Skip to content

Commit

Permalink
Merge pull request #475 from etn-ccis/5718/userMenuItemTranslation_ot…
Browse files Browse the repository at this point in the history
…herLanguages

UserMenu item translation In other languages
  • Loading branch information
surajeaton authored May 10, 2024
2 parents 8d62ab8 + beb9f3f commit f6d7038
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions login-workflow/example/translations/dictionary/french.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ const resources: AppTranslationsFile = {
},
USER_MENU: {
LOG_OUT: 'Se déconnecter',
CHANGE_PASSWORD: 'changer le mot de passe',
CHANGE_PASSWORD: 'Changer le mot de passe',
MY_ACCOUNT: 'Mon compte',
TOGGLE_RTL: 'basculer RTL',
TOGGLE_THEME: 'basculer le thème',
TOGGLE_RTL: 'Basculer RTL',
TOGGLE_THEME: 'Basculer le thème',
LANGUAGE: 'Langue',
},
ORGANAIZATION_DETAILS: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const resources: AppTranslationsFile = {
},
USER_MENU: {
LOG_OUT: 'Sair',
CHANGE_PASSWORD: 'alterar a senha',
CHANGE_PASSWORD: 'Alterar a senha',
MY_ACCOUNT: 'Minha conta',
TOGGLE_RTL: 'Alternar RTL',
TOGGLE_THEME: 'Alternar tema',
Expand Down
2 changes: 1 addition & 1 deletion login-workflow/example/translations/dictionary/spanish.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const resources: AppTranslationsFile = {
},
USER_MENU: {
LOG_OUT: 'Cerrar sesión',
CHANGE_PASSWORD: 'cambiar la contraseña',
CHANGE_PASSWORD: 'Cambiar la contraseña',
MY_ACCOUNT: 'Mi cuenta',
TOGGLE_RTL: 'Alternar RTL',
TOGGLE_THEME: 'Alternar tema',
Expand Down

0 comments on commit f6d7038

Please sign in to comment.