mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-22 11:18:08 -06:00
Add missing string to translation catalogs
This commit is contained in:
parent
445c33f003
commit
a74825a0f6
@ -47,7 +47,7 @@ def process_image_descriptions(entities):
|
||||
image_descriptions.append(media.get("ext_alt_text"))
|
||||
idescriptions = ""
|
||||
for image in image_descriptions:
|
||||
idescriptions += "Image description: {}.".format(image)
|
||||
idescriptions += _("Image description: {}.").format(image)
|
||||
return idescriptions
|
||||
|
||||
def render_tweet(tweet, template, session, relative_times=False, offset_seconds=0):
|
||||
|
Loading…
Reference in New Issue
Block a user