fix translation init
This commit is contained in:
4
apps/backend/assets/i18n/en.json
Normal file
4
apps/backend/assets/i18n/en.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"mail.create-user.title": "Welcome to Cowsi",
|
||||
"mail.create-user.body-html": "<h1>Welcome to Cowsi<h1>"
|
||||
}
|
||||
4
apps/backend/assets/i18n/fr.json
Normal file
4
apps/backend/assets/i18n/fr.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"mail.create-user.title": "Bienvenue sur Cowsi",
|
||||
"mail.create-user.body-html": "<h1>Bienvenue sur Cowsi<h1>"
|
||||
}
|
||||
Reference in New Issue
Block a user