Commit 6f46efda by Őry Máté

dashboard: improve i18n of notification email

parent 934b5a2c
......@@ -2,12 +2,12 @@
{% blocktrans with u=user %}Dear {{u}},{% endblocktrans %}
{% blocktrans with n=messages|length %}You have {{n}} new notifications:{% endblocktrans %}
{% blocktrans count n=messages|length %}You have a new notification:{% plural %}You have {{n}} new notifications:{% endblocktrans %}
{% for msg in messages %} * {{msg.subject}}
{% endfor %}
{% blocktrans with url=url %}See them in detail on <{{url}}>.{% endblocktrans %}
{% blocktrans with url=url count n=messages|length %}See it in detail on <{{url}}>.{% plural %} See them in detail on <{{url}}>.{% endblocktrans %}
--
{{site}} CIRCLE Cloud
......
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 sign in to comment