Client - use namespaces for i18n
This commit is contained in:
10
fittrackee_client/src/locales/en/common.json
Normal file
10
fittrackee_client/src/locales/en/common.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"Dashboard": "Dashboard",
|
||||
"Workouts": "Workouts",
|
||||
"Statistics": "Statistics",
|
||||
"Add workout": "Add workout",
|
||||
"Register": "Register",
|
||||
"Login": "Login",
|
||||
"Logout": "Logout",
|
||||
"Submit": "Submit"
|
||||
}
|
@ -1,15 +1,8 @@
|
||||
{
|
||||
"Dashboard": "Dashboard",
|
||||
"Workouts": "Workouts",
|
||||
"Statistics": "Statistics",
|
||||
"Add workout": "Add workout",
|
||||
"Register": "Register",
|
||||
"Login": "Login",
|
||||
"Logout": "Logout",
|
||||
"login": "login",
|
||||
"register": "register",
|
||||
"Enter a username": "Enter a username",
|
||||
"Enter an email address": "Enter an email address",
|
||||
"Enter a password": "Enter a password",
|
||||
"Enter the password confirmation": "Enter the password confirmation",
|
||||
"Submit": "Submit"
|
||||
"Enter the password confirmation": "Enter the password confirmation"
|
||||
}
|
@ -6,10 +6,5 @@
|
||||
"Register": "S'inscrire",
|
||||
"Login": "Se connecter",
|
||||
"Logout": "Se déconnecter",
|
||||
"login": "se connecter",
|
||||
"Enter a username": "Saisir un nom",
|
||||
"Enter an email address": "Saisir une adresse e-mail",
|
||||
"Enter a password": "Saisir un mot de passe",
|
||||
"Enter the password confirmation": "Confirmer le mot de passe",
|
||||
"Submit": "Valider"
|
||||
}
|
8
fittrackee_client/src/locales/fr/user.json
Normal file
8
fittrackee_client/src/locales/fr/user.json
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"login": "se connecter",
|
||||
"register": "s'nscrire",
|
||||
"Enter a username": "Saisir un nom",
|
||||
"Enter an email address": "Saisir une adresse e-mail",
|
||||
"Enter a password": "Saisir un mot de passe",
|
||||
"Enter the password confirmation": "Confirmer le mot de passe"
|
||||
}
|
Reference in New Issue
Block a user