Commit 35cbb12c authored by Michal Čihař's avatar Michal Čihař

Fix indent

parent 994b4fa1
......@@ -397,7 +397,7 @@ def show_engage(request, project, lang = None):
if language is None:
status_text = _('<a href="%(url)s">Translation project for %(project)s</a> currently contains %(total)s strings for translation and is <a href="%(url)s">being translated into %(languages)s languages</a>. Overall, these translations are %(percent)s%% complete.')
else:
# Translators: line of text in engagement widget, please use your language name instead of English
# Translators: line of text in engagement widget, please use your language name instead of English
status_text = _('<a href="%(url)s">Translation project for %(project)s</a> into English currently contains %(total)s strings for translation and is %(percent)s%% complete.')
if 'English' in status_text:
status_text = status_text.replace('English', language.name)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment