Alt text for posts replying to themselves

main
Bob Mottram 2019-11-26 20:51:04 +00:00
parent 62c71d03c9
commit 2f66f72d3c
16 changed files with 16 additions and 1 deletions

View File

@ -193,6 +193,7 @@
"Ask a question": "Ask a question",
"Possible answers": "Possible answers",
"replying to": "replying to",
"replying to themselves": "replying to themselves",
"announces": "announces",
"Previous month": "Previous month",
"Next month": "Next month"

View File

@ -193,6 +193,7 @@
"Ask a question": "Ask a question",
"Possible answers": "Possible answers",
"replying to": "replying to",
"replying to themselves": "replying to themselves",
"announces": "announces",
"Previous month": "Previous month",
"Next month": "Next month"

View File

@ -193,6 +193,7 @@
"Ask a question": "Ask a question",
"Possible answers": "Possible answers",
"replying to": "replying to",
"replying to themselves": "replying to themselves",
"announces": "announces",
"Previous month": "Previous month",
"Next month": "Next month"

View File

@ -193,6 +193,7 @@
"Ask a question": "Ask a question",
"Possible answers": "Possible answers",
"replying to": "replying to",
"replying to themselves": "replying to themselves",
"announces": "announces",
"Previous month": "Previous month",
"Next month": "Next month"

View File

@ -193,6 +193,7 @@
"Ask a question": "Ask a question",
"Possible answers": "Possible answers",
"replying to": "replying to",
"replying to themselves": "replying to themselves",
"announces": "announces",
"Previous month": "Previous month",
"Next month": "Next month"

View File

@ -193,6 +193,7 @@
"Ask a question": "Ask a question",
"Possible answers": "Possible answers",
"replying to": "replying to",
"replying to themselves": "replying to themselves",
"announces": "announces",
"Previous month": "Previous month",
"Next month": "Next month"

View File

@ -193,6 +193,7 @@
"Ask a question": "Ask a question",
"Possible answers": "Possible answers",
"replying to": "replying to",
"replying to themselves": "replying to themselves",
"announces": "announces",
"Previous month": "Previous month",
"Next month": "Next month"

View File

@ -193,6 +193,7 @@
"Ask a question": "Ask a question",
"Possible answers": "Possible answers",
"replying to": "replying to",
"replying to themselves": "replying to themselves",
"announces": "announces",
"Previous month": "Previous month",
"Next month": "Next month"

View File

@ -193,6 +193,7 @@
"Ask a question": "Ask a question",
"Possible answers": "Possible answers",
"replying to": "replying to",
"replying to themselves": "replying to themselves",
"announces": "announces",
"Previous month": "Previous month",
"Next month": "Next month"

View File

@ -193,6 +193,7 @@
"Ask a question": "Ask a question",
"Possible answers": "Possible answers",
"replying to": "replying to",
"replying to themselves": "replying to themselves",
"announces": "announces",
"Previous month": "Previous month",
"Next month": "Next month"

View File

@ -193,6 +193,7 @@
"Ask a question": "Ask a question",
"Possible answers": "Possible answers",
"replying to": "replying to",
"replying to themselves": "replying to themselves",
"announces": "announces",
"Previous month": "Previous month",
"Next month": "Next month"

View File

@ -189,6 +189,7 @@
"Ask a question": "Ask a question",
"Possible answers": "Possible answers",
"replying to": "replying to",
"replying to themselves": "replying to themselves",
"announces": "announces",
"Previous month": "Previous month",
"Next month": "Next month"

View File

@ -193,6 +193,7 @@
"Ask a question": "Ask a question",
"Possible answers": "Possible answers",
"replying to": "replying to",
"replying to themselves": "replying to themselves",
"announces": "announces",
"Previous month": "Previous month",
"Next month": "Next month"

View File

@ -193,6 +193,7 @@
"Ask a question": "Ask a question",
"Possible answers": "Possible answers",
"replying to": "replying to",
"replying to themselves": "replying to themselves",
"announces": "announces",
"Previous month": "Previous month",
"Next month": "Next month"

View File

@ -193,6 +193,7 @@
"Ask a question": "Ask a question",
"Possible answers": "Possible answers",
"replying to": "replying to",
"replying to themselves": "replying to themselves",
"announces": "announces",
"Previous month": "Previous month",
"Next month": "Next month"

View File

@ -2117,7 +2117,7 @@ def individualPostAsHtml(recentPostsCache: {},maxRecentPosts: int, \
containerClass='container darker'
#avatarPosition=' class="right"'
if postJsonObject['object']['inReplyTo'].startswith(postActor):
titleStr+=' <img loading="lazy" title="'+translate['replying to']+'" alt="'+translate['replying to']+'" src="/'+iconsDir+'/reply.png" class="announceOrReply"/>'
titleStr+=' <img loading="lazy" title="'+translate['replying to themselves']+'" alt="'+translate['replying to themselves']+'" src="/'+iconsDir+'/reply.png" class="announceOrReply"/>'
else:
if '/statuses/' in postJsonObject['object']['inReplyTo']:
replyActor=postJsonObject['object']['inReplyTo'].split('/statuses/')[0]