Merge pull request #750 from taigaio/marking-as-safe-email-subjects

Marking as "html" safe email subjects
remotes/origin/issue/4795/notification_even_they_are_disabled
David Barragán Merino 2016-06-07 19:13:33 +02:00
commit 9cb258bb80
26 changed files with 27 additions and 27 deletions

View File

@ -1 +1 @@
{% trans project=project.name %}[{{ project }}] Your project dump has been generated{% endtrans %}
{% trans project=project.name|safe %}[{{ project }}] Your project dump has been generated{% endtrans %}

View File

@ -1 +1 @@
{% trans error_subject=error_subject, project=project.name %}[{{ project }}] {{ error_subject }}{% endtrans %}
{% trans error_subject=error_subject|safe, project=project.name|safe %}[{{ project }}] {{ error_subject }}{% endtrans %}

View File

@ -1 +1 @@
{% trans error_subject=error_subject %}[Taiga] {{ error_subject }}{% endtrans %}
{% trans error_subject=error_subject|safe %}[Taiga] {{ error_subject }}{% endtrans %}

View File

@ -1 +1 @@
{% trans project=project.name %}[{{ project }}] Your project dump has been imported{% endtrans %}
{% trans project=project.name|safe %}[{{ project }}] Your project dump has been imported{% endtrans %}

View File

@ -1,3 +1,3 @@
{% trans full_name=feedback_entry.full_name, email=feedback_entry.email %}
{% trans full_name=feedback_entry.full_name|safe, email=feedback_entry.email|safe %}
[Taiga] Feedback from {{ full_name }} <{{ email }}>
{% endtrans %}

View File

@ -1,3 +1,3 @@
{% trans project=project.name, ref=snapshot.ref, subject=snapshot.subject %}
{% trans project=project.name|safe, ref=snapshot.ref, subject=snapshot.subject|safe %}
[{{ project }}] Updated the issue #{{ ref }} "{{ subject }}"
{% endtrans %}

View File

@ -1,3 +1,3 @@
{% trans project=project.name, ref=snapshot.ref, subject=snapshot.subject %}
{% trans project=project.name|safe, ref=snapshot.ref, subject=snapshot.subject|safe %}
[{{ project }}] Created the issue #{{ ref }} "{{ subject }}"
{% endtrans %}

View File

@ -1,3 +1,3 @@
{% trans project=project.name, ref=snapshot.ref, subject=snapshot.subject %}
{% trans project=project.name|safe, ref=snapshot.ref, subject=snapshot.subject|safe %}
[{{ project }}] Deleted the issue #{{ ref }} "{{ subject }}"
{% endtrans %}

View File

@ -1,3 +1,3 @@
{% trans project=project.name, milestone=snapshot.name %}
{% trans project=project.name|safe, milestone=snapshot.name|safe %}
[{{ project }}] Updated the sprint "{{ milestone }}"
{% endtrans %}

View File

@ -1,3 +1,3 @@
{% trans project=project.name, milestone=snapshot.name %}
{% trans project=project.name|safe, milestone=snapshot.name|safe %}
[{{ project }}] Created the sprint "{{ milestone }}"
{% endtrans %}

View File

@ -1,3 +1,3 @@
{% trans project=project.name, milestone=snapshot.name %}
{% trans project=project.name|safe, milestone=snapshot.name|safe %}
[{{ project }}] Deleted the Sprint "{{ milestone }}"
{% endtrans %}

View File

@ -1,3 +1,3 @@
{% trans project=project.name, ref=snapshot.ref, subject=snapshot.subject %}
[{{ project }}] Updated the task #{{ ref }} "{{ subject }}"
{% trans project=project.name|safe, ref=snapshot.ref, subject=snapshot.subject|safe %}
[{{ project }}] Updated the task #{{ ref }} "{{ subject }}"
{% endtrans %}

View File

@ -1,3 +1,3 @@
{% trans project=project.name, ref=snapshot.ref, subject=snapshot.subject %}
{% trans project=project.name|safe, ref=snapshot.ref, subject=snapshot.subject|safe %}
[{{ project }}] Created the task #{{ ref }} "{{ subject }}"
{% endtrans %}

View File

@ -1,3 +1,3 @@
{% trans project=project.name, ref=snapshot.ref, subject=snapshot.subject %}
{% trans project=project.name|safe, ref=snapshot.ref, subject=snapshot.subject|safe %}
[{{ project }}] Deleted the task #{{ ref }} "{{ subject }}"
{% endtrans %}

View File

@ -1,3 +1,3 @@
{% trans project=project.name, ref=snapshot.ref, subject=snapshot.subject %}
{% trans project=project.name|safe, ref=snapshot.ref, subject=snapshot.subject|safe %}
[{{ project }}] Updated the US #{{ ref }} "{{ subject }}"
{% endtrans %}

View File

@ -1,3 +1,3 @@
{% trans project=project.name, ref=snapshot.ref, subject=snapshot.subject %}
{% trans project=project.name|safe, ref=snapshot.ref, subject=snapshot.subject|safe %}
[{{ project }}] Created the US #{{ ref }} "{{ subject }}"
{% endtrans %}

View File

@ -1,3 +1,3 @@
{% trans project=project.name, ref=snapshot.ref, subject=snapshot.subject %}
{% trans project=project.name|safe, ref=snapshot.ref, subject=snapshot.subject|safe %}
[{{ project }}] Deleted the US #{{ ref }} "{{ subject }}"
{% endtrans %}

View File

@ -1,3 +1,3 @@
{% trans project=project.name, page=snapshot.slug %}
{% trans project=project.name|safe, page=snapshot.slug|safe %}
[{{ project }}] Updated the Wiki Page "{{ page }}"
{% endtrans %}

View File

@ -1,3 +1,3 @@
{% trans project=project.name, page=snapshot.slug %}
{% trans project=project.name|safe, page=snapshot.slug|safe %}
[{{ project }}] Created the Wiki Page "{{ page }}"
{% endtrans %}

View File

@ -1,3 +1,3 @@
{% trans project=project.name, page=snapshot.slug %}
{% trans project=project.name|safe, page=snapshot.slug|safe %}
[{{ project }}] Deleted the Wiki Page "{{ page }}"
{% endtrans %}

View File

@ -1,3 +1,3 @@
{% trans project=membership.project %}
{% trans project=membership.project|safe %}
[Taiga] Invitation to join to the project '{{ project }}'
{% endtrans %}

View File

@ -1,3 +1,3 @@
{% trans project=membership.project %}
{% trans project=membership.project|safe %}
[Taiga] Added to the project '{{ project }}'
{% endtrans %}

View File

@ -1,3 +1,3 @@
{% trans project=project.name %}
{% trans project=project.name|safe %}
[{{project}}] Project ownership transfer offer accepted!
{% endtrans %}

View File

@ -1,3 +1,3 @@
{% trans project=project.name %}
{% trans project=project.name|safe %}
[{{project}}] Project ownership transfer declined
{% endtrans %}

View File

@ -1,3 +1,3 @@
{% trans project=project.name %}
{% trans project=project.name|safe %}
[{{project}}] Project ownership transfer request
{% endtrans %}

View File

@ -1,3 +1,3 @@
{% trans project=project.name %}
{% trans project=project.name|safe %}
[{{project}}] Project ownership transfer offer
{% endtrans %}