-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #76 from sitn/translate_emails
Fix multiline "trans" and finish template translations
- Loading branch information
Showing
9 changed files
with
981 additions
and
943 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{% extends "email_base_template.html" %} | ||
{% load i18n %} | ||
{% block content %} | ||
<p>{% blocktrans %}Le devis pour la commande n°{{ order_id }} a été réalisé.{% endblocktrans %}</p> | ||
<p>{% trans "Connectez-vous sur le géoshop et confirmez ou annulez votre commande dans la section \"Mes commandes\"." %}</p> | ||
<p>{% blocktrans %}The quote for order n°{{ order_id }} has been completed.{% endblocktrans %}</p> | ||
<p>{% blocktrans %}Log in to the Geoshop and confirm or cancel your order in the "My Orders" section."{% endblocktrans %}</p> | ||
{% endblock %} | ||
{% block footer %} | ||
{% endblock %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{% load i18n %} | ||
{% block footer %} | ||
<p> | ||
{% trans "Cet email est adressé à" %} {{ first_name }} {{ last_name }}. | ||
{% trans "This email was sent to" %} {{ first_name }} {{ last_name }}. | ||
</p> | ||
{% endblock %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,47 @@ | ||
# SOME DESCRIPTIVE TITLE. | ||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER | ||
# This file is distributed under the same license as the PACKAGE package. | ||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. | ||
# | ||
#, fuzzy | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-06-24 17:06+0200\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
"Language: \n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Plural-Forms: nplurals=2; plural=(n > 1);\n" | ||
|
||
#: default_settings.py:123 settings.py:122 | ||
msgid "German" | ||
msgstr "Allemand" | ||
|
||
#: default_settings.py:124 settings.py:123 | ||
msgid "Italian" | ||
msgstr "Italien" | ||
|
||
#: default_settings.py:125 settings.py:124 | ||
msgid "French" | ||
msgstr "Français" | ||
|
||
#: default_settings.py:126 settings.py:125 | ||
msgid "English" | ||
msgstr "Anglais" | ||
|
||
#: default_settings.py:127 settings.py:126 | ||
msgid "Romansh" | ||
msgstr "Romanche" | ||
|
||
#: urls.py:18 | ||
msgid "GeoShop Administration" | ||
msgstr "Administration du GeoShop" | ||
|
||
#: urls.py:19 | ||
msgid "GeoShop Admin" | ||
msgstr "Administration du GeoShop" | ||
# SOME DESCRIPTIVE TITLE. | ||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER | ||
# This file is distributed under the same license as the PACKAGE package. | ||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. | ||
# | ||
#, fuzzy | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-12-11 11:58+0100\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
"Language: \n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Plural-Forms: nplurals=2; plural=(n > 1);\n" | ||
|
||
#: .\default_settings.py:131 .\settings.py:126 | ||
msgid "German" | ||
msgstr "Allemand" | ||
|
||
#: .\default_settings.py:132 .\settings.py:127 | ||
msgid "Italian" | ||
msgstr "Italien" | ||
|
||
#: .\default_settings.py:133 .\settings.py:128 | ||
msgid "French" | ||
msgstr "Français" | ||
|
||
#: .\default_settings.py:134 .\settings.py:129 | ||
msgid "English" | ||
msgstr "Anglais" | ||
|
||
#: .\default_settings.py:135 .\settings.py:130 | ||
msgid "Romansh" | ||
msgstr "Romanche" | ||
|
||
#: .\urls.py:32 | ||
msgid "GeoShop Administration" | ||
msgstr "Administration du GeoShop" | ||
|
||
#: .\urls.py:33 | ||
msgid "GeoShop Admin" | ||
msgstr "Administration du GeoShop" |