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 Oct 23, 2024
1 parent 0e47367 commit a9cbfaa
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/react_app/src/components/supported_languages.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ const SUPPORTED_LANGUAGES = {
"USen": {
"USen": "English (US)",
"USes": "Spanish (NA)",
"EUen": "English (UK)"
"EUen": "English (UK)",
"JPjp": "Japanese"
},
"JPja": {
"USen": "English (US)",
Expand All @@ -13,12 +14,14 @@ const SUPPORTED_LANGUAGES = {
"USes": {
"USen": "Inglés (EEUU)",
"USes": "Español (LATAM)",
"EUen": "Inglés (RU)"
"EUen": "Inglés (RU)",
"JPjp": "Japonés"
},
"EUen": {
"USen": "English (US)",
"USes": "Spanish (NA)",
"EUen": "English (UK)"
"EUen": "English (UK)",
"JPja": "Japanese"
}
};

Expand Down

0 comments on commit a9cbfaa

Please sign in to comment.