Skip to content

Commit

Permalink
appLanguage: add 'sk' and correct some locale names.
Browse files Browse the repository at this point in the history
* sk was not in supported locales and thus not in dropdown menu
* el-GR is not the correct name and thus not applicable
* zh-Hant/Hans are exact names, though case didn't hamper the translation
  • Loading branch information
manavmehta committed Jul 14, 2020
1 parent 14a1f5d commit 6128c0e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions app/translations/supported-locales.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"cs": "česky",
"da": "Dansk",
"de": "Deutsch",
"el_GR": "Greek (Greece)",
"el": "Ελληνικά",
"el-GR": "Greek (Greece)",
"en_GB": "English (UK)",
"en": "English (US)",
"es": "Español",
Expand All @@ -29,6 +29,7 @@
"pt": "Português",
"ro": "Română",
"ru": "Русский",
"sk": "Slovak",
"sr": "српски",
"sv": "svenska",
"ta": "தமிழ்",
Expand All @@ -37,6 +38,6 @@
"uz": "O'zbek",
"vi": "Tiếng Việt",
"zh_TW": "中文 (傳統的)",
"zh-hans": "简体中文",
"zh-hant": "繁體中文"
"zh-Hans": "简体中文",
"zh-Hant": "繁體中文"
}

0 comments on commit 6128c0e

Please sign in to comment.