-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: customize welcome email subject with user name
- Loading branch information
1 parent
b313bdd
commit b48e7de
Showing
7 changed files
with
37 additions
and
23 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2023-08-23 08:08+0000\n" | ||
"POT-Creation-Date: 2023-11-23 13:41+0000\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
@@ -113,7 +113,8 @@ msgid "" | |
"<strong>%(email_author)s</strong> a créé un nouveau BCF dans le projet " | ||
"<strong>%(project_name)s</strong>." | ||
msgstr "" | ||
"<strong>%(email_author)s</strong> a créée un nouveau BCF dans le projet <strong>%(project_name)s</strong>." | ||
"<strong>%(email_author)s</strong> a créée un nouveau BCF dans le projet " | ||
"<strong>%(project_name)s</strong>." | ||
|
||
#: templates/mails/notifications-bcf.html:259 | ||
#: templates/mails/notifications-bcf.html:427 | ||
|
@@ -208,5 +209,7 @@ msgid "Nouvelle notification Visa" | |
msgstr "Nouvelle notification Visa" | ||
|
||
#: utils/mailer.py:18 | ||
msgid "Bienvenue sur la plateforme BIMData.io" | ||
#, fuzzy, python-format | ||
#| msgid "Bienvenue sur la plateforme BIMData.io" | ||
msgid "Bienvenue sur la plateforme BIMData.io %(user_name)s" | ||
msgstr "Bienvenue sur la plateforme BIMData.io" |
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