-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add translation and i18n to mail
- Loading branch information
syl-p
committed
Sep 8, 2021
1 parent
0cee89a
commit 90035d6
Showing
3 changed files
with
6 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Votre uuid: <%= @user.uuid %> | ||
<%= I18n.t 'mail.uuid_created' %><%= @user.uuid %> |
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 +1 @@ | ||
Votre uuid: <%= @user.uuid %> | ||
<%= I18n.t 'mail.uuid_created' %><%= @user.uuid %> |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
fr: | ||
hello: "Hello world" | ||
mail: | ||
uuid_created: "Votre compte à été créé, voilà votre uuid: " |