Skip to content

Commit

Permalink
AUTO-I18N: Update i18n files
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jun 27, 2024
1 parent 75c2bf8 commit eef96f4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions src/react_app/src/components/supported_languages.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ const SUPPORTED_LANGUAGES = {
"USes": "Spanish (NA)",
"EUen": "English (UK)"
},
"EUen": {
"USen": "English (US)",
"USes": "Spanish (NA)",
"EUen": "English (UK)"
},
"USes": {
"USen": "Inglés (EEUU)",
"USes": "Español (LATAM)",
"EUen": "Inglés (RU)"
},
"EUen": {
"USen": "English (US)",
"USes": "Spanish (NA)",
"EUen": "English (UK)"
}
};

Expand Down
2 changes: 1 addition & 1 deletion src/react_app/src/i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ i18n
.use(Backend)
.use(initReactI18next)
.init({
supportedLngs: ["USen","EUen","USes"],
supportedLngs: ["USen","USes","EUen"],
backend: {
loadPath: "../locales/{{lng}}/{{ns}}.json",
},
Expand Down

0 comments on commit eef96f4

Please sign in to comment.