Commit 66573b86 authored by Michal Čihař's avatar Michal Čihař

Bring back mail tags loading

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 5976aa01
{% load i18n %}{% load translations %}{% autoescape off %}{% filter wordwrap:72 %}{% trans "Hi," %}
{% blocktrans %}This is an automatic email to help you complete your registration with {{ site_title }}.{% endblocktrans %}
......
{% load i18n %}{% load translations %}{% autoescape off %}{% filter wordwrap:72 %}{%trans "Hi,"%}
{% blocktrans %}there has been a change in translation on {{ translation }} at {{ site_title }}.{% endblocktrans %}
......
{% load i18n %}{% load translations %}{% autoescape off %}{% filter wordwrap:72 %}{% trans "Translation summary:" %}
{% trans "Total strings:" %} {{ translation.total }}
{% trans "Translated strings:" %} {{ translation.translated }} ({{ translation.get_translated_percent }}%)
......
{% load i18n %}{% load translations %}{% autoescape off %}{% filter wordwrap:72 %}{% trans "Hi," %}
{% blocktrans %}there has been a merge failure on {{ subproject }} at {{ site_title }}.{% endblocktrans %}
......
{% load i18n %}{% load translations %}{% autoescape off %}{% filter wordwrap:72 %}{% trans "Hi," %}
{% blocktrans %}there has been a new comment on {{ subproject }} at {{ site_title }}.{% endblocktrans %}
......
{% load i18n %}{% load translations %}{% autoescape off %}{% filter wordwrap:72 %}{% trans "Hi," %}
{% blocktrans with user.first_name as username %}{{ username }} has just made a first contribution on {{ translation }} at {{ site_title }}.{% endblocktrans %}
......
{% load i18n %}{% load translations %}{% autoescape off %}{% filter wordwrap:72 %}{% trans "Hi," %}
{% blocktrans %}there has been a request for new language on {{ translation }} at {{ site_title }}.{% endblocktrans %}
......
{% load i18n %}{% load translations %}{% autoescape off %}{% filter wordwrap:72 %}{% trans "Hi," %}
{% blocktrans %}there are new strings to translate on {{ translation }} at {{ site_title }}.{% endblocktrans %}
......
{% load i18n %}{% load translations %}{% autoescape off %}{% filter wordwrap:72 %}{% trans "Hi," %}
{% blocktrans %}there is a new suggestion to evaluate on {{ translation }} at {{ site_title }}.{% endblocktrans %}
......
{% load i18n %}{% load translations %}{% autoescape off %}{% filter wordwrap:72 %}{% trans "Hi," %}
{% blocktrans %}there has been a new translation on {{ translation }} at {{ site_title }}.{% endblocktrans %}
......
{% load i18n %}{% load translations %}{% autoescape off %}{% filter wordwrap:72 %}{% trans "Hi," %}
{% blocktrans %}There was a request to reset your Weblate password at {{ site_title }}.{% endblocktrans %}
......
{% load translations %}{% load i18n %}--
{% blocktrans %}Sent by Weblate translation system{% endblocktrans %}
{{ current_site_url }}{% url 'home' %}
{% trans "Change subscription settings:" %} {{ current_site_url }}{% url 'profile' %}#subscriptions
......
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