Fix
This commit is contained in:
parent
b8f99bc904
commit
8ea86c3fae
2
bot.py
2
bot.py
@ -309,7 +309,7 @@ def check_feed(bot, key):
|
||||
content=content
|
||||
)
|
||||
readmore = _("Read more on {0}").format(link_name)
|
||||
text += '\n<a href="{post_link}">Auf {readmore} ansehen.</a>\n'.format(
|
||||
text += '\n<a href="{post_link}">{readmore}</a>\n'.format(
|
||||
post_link=post_link,
|
||||
readmore=readmore
|
||||
)
|
||||
|
@ -122,7 +122,7 @@ msgstr "Kein Titel"
|
||||
|
||||
#: bot.py:312
|
||||
msgid "Read more on {0}"
|
||||
msgstr "Auf {0} weiterlesen"
|
||||
msgstr "Auf {0} ansehen."
|
||||
|
||||
#: bot.py:326
|
||||
msgid "Chat {0} doesn't exist anymore, will be deleted."
|
||||
|
Reference in New Issue
Block a user