emails: Add translation tags to invitation_reminder.

This commit is contained in:
Vishnu Ks 2018-04-26 20:51:19 +05:30 committed by Tim Abbott
parent 078dac9496
commit 1a34cd919c
3 changed files with 14 additions and 14 deletions

View File

@ -5,20 +5,20 @@
{% endblock %}
{% block content %}
<p>Hi again,
<p>{{ _("Hi again,") }}
</p>
<p>
This is a friendly reminder that {{ referrer_name }} (<a href="mailto:{{ referrer_email }}">{{ referrer_email }}</a>) wants you to join them on Zulip, a workplace chat tool that actually makes you more productive.
{% trans %}This is a friendly reminder that {{ referrer_name }} (<a href="mailto:{{ referrer_email }}">{{ referrer_email }}</a>) wants you to join them on Zulip, a workplace chat tool that actually makes you more productive.{% endtrans %}
</p>
<p>
To get started, please click here:
<a class="button" href="{{ activate_url }}">Complete registration</a>
{{ _("To get started, please click here:") }}
<a class="button" href="{{ activate_url }}">{{ _("Complete registration") }}</a>
</p>
<p>
We're here for you at <a href="mailto:{{ support_email }}">{{ support_email }}</a> if you have any questions.
{% trans %}We're here for you at <a href="mailto:{{ support_email }}">{{ support_email }}</a> if you have any questions.{% endtrans %}
</p>
<p>
Cheers,<br />
The Zulip Team
{{ _("Cheers,") }}<br />
{{ _("Zulip Team") }}
</p>
{% endblock %}

View File

@ -1 +1 @@
Reminder: Join {{referrer_name}} at {{ referrer_realm_name }}
{% trans %}Reminder: Join {{referrer_name}} at {{ referrer_realm_name }}{% endtrans %}

View File

@ -1,11 +1,11 @@
Hi again,
{{ _("Hi again,") }}
This is a friendly reminder that {{ referrer_name }} ({{ referrer_email }}) wants you to join them on Zulip, a workplace chat tool that actually makes you more productive.
{% trans %}This is a friendly reminder that {{ referrer_name }} ({{ referrer_email }}) wants you to join them on Zulip, a workplace chat tool that actually makes you more productive.{% endtrans %}
To get started, visit the link below:
{{ _("To get started, visit the link below:") }}
<{{ activate_url }}>
We're here for you at <{{ support_email }}> if you have any questions.
{% trans %}We're here for you at <{{ support_email }}> if you have any questions.{% endtrans %}
Cheers,
The Zulip Team
{{ _("Cheers,") }}
{{ _("Zulip Team") }}