Adds context and fixes whitespace in translation strings
Also updates locales
This commit is contained in:
parent
eee325b662
commit
da100cd114
23 changed files with 2513 additions and 1904 deletions
|
@ -4,7 +4,7 @@
|
|||
{% with goal.progress as progress %}
|
||||
<p>
|
||||
{% if progress.percent >= 100 %}
|
||||
{% trans "Success!" %}
|
||||
{% trans "Success!" context "Goal successfully completed" %}
|
||||
{% elif progress.percent %}
|
||||
{% blocktrans with percent=progress.percent %}{{ percent }}% complete!{% endblocktrans %}
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue