mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-11-26 08:42:03 +05:30
Fix Czech language
This commit is contained in:
parent
6309985295
commit
28ccab8a98
@ -9,6 +9,7 @@ const localeToCountryCode: Record<string, string> = {
|
||||
sl: 'si',
|
||||
sr: 'rs',
|
||||
zh: 'cn',
|
||||
cs: 'cz',
|
||||
};
|
||||
const SUPPORTED_LANGUAGES: string[] = Object.keys(supportedLocales);
|
||||
|
||||
|
@ -52,6 +52,7 @@ const LOCALES_MAP: Record<string, string> = {
|
||||
*/
|
||||
const NATIVE_NAMES_MAP: Record<string, string> = {
|
||||
be: 'Беларуская',
|
||||
cs: 'Čeština',
|
||||
id: 'Bahasa Indonesia',
|
||||
lt: 'Lietuvių',
|
||||
pl: 'Polski',
|
||||
|
Loading…
Reference in New Issue
Block a user