Skip to content

Commit

Permalink
Correct translations
Browse files Browse the repository at this point in the history
  • Loading branch information
TeoGoddet committed Aug 24, 2020
1 parent 816c2f4 commit 7d7c235
Show file tree
Hide file tree
Showing 3 changed files with 2,503 additions and 1,427 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -239,9 +239,7 @@ <h3 style="text-align: center; font-size: 18px;">{% trans "Facture" %} {% trans
{% if invoice.display_qr %}
<p style="-pdf-keep-with-next: true;">
{% if invoice.delay > 0 %}
{% blocktrans with d=invoice.delay %}
Nous vous remercions de bien vouloir payer ce montant à {{d}} jours avec les informations de paiement à la page suivante.
{% endblocktrans %}
{% blocktrans with d=invoice.delay %}Nous vous remercions de bien vouloir payer ce montant à {{d}} jours avec les informations de paiement à la page suivante.{% endblocktrans %}
{% else %}
{% trans "Nous vous remercions de bien vouloir payer ce montant avec les informations de paiement à la page suivante." %}
{% endif %}
Expand All @@ -252,9 +250,7 @@ <h3 style="text-align: center; font-size: 18px;">{% trans "Facture" %} {% trans
{% if not invoice.display_qr %}
<p style="-pdf-keep-with-next: true;">
{% if invoice.delay > 0 %}
{% blocktrans with d=invoice.delay %}
Nous vous remercions de bien vouloir payer ce montant à {{d}} jours sur le compte suivant :
{% endblocktrans %}
{% blocktrans with d=invoice.delay %}Nous vous remercions de bien vouloir payer ce montant à {{d}} jours sur le compte suivant :{% endblocktrans %}
{% else %}
{% trans "Nous vous remercions de bien vouloir payer ce montant sur le compte suivant :" %}
{% endif %}
Expand Down Expand Up @@ -348,7 +344,7 @@ <h3 style="text-align: center; font-size: 18px;">{% trans "Facture" %} {% trans
<td>{{invoice.get_qr_ref}}</td>
</tr>
<tr>
<td>{% trans "Addresse" %}&nbsp;:</td>
<td>{% trans "Adresse" %}&nbsp;:</td>
<td>Case Postale 16</td>
</tr>
<tr>
Expand Down
Binary file modified truffe2/locale/en_US/LC_MESSAGES/django.mo
Binary file not shown.
Loading

0 comments on commit 7d7c235

Please sign in to comment.