mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-11-26 16:52:06 +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',
|
sl: 'si',
|
||||||
sr: 'rs',
|
sr: 'rs',
|
||||||
zh: 'cn',
|
zh: 'cn',
|
||||||
|
cs: 'cz',
|
||||||
};
|
};
|
||||||
const SUPPORTED_LANGUAGES: string[] = Object.keys(supportedLocales);
|
const SUPPORTED_LANGUAGES: string[] = Object.keys(supportedLocales);
|
||||||
|
|
||||||
|
@ -52,6 +52,7 @@ const LOCALES_MAP: Record<string, string> = {
|
|||||||
*/
|
*/
|
||||||
const NATIVE_NAMES_MAP: Record<string, string> = {
|
const NATIVE_NAMES_MAP: Record<string, string> = {
|
||||||
be: 'Беларуская',
|
be: 'Беларуская',
|
||||||
|
cs: 'Čeština',
|
||||||
id: 'Bahasa Indonesia',
|
id: 'Bahasa Indonesia',
|
||||||
lt: 'Lietuvių',
|
lt: 'Lietuvių',
|
||||||
pl: 'Polski',
|
pl: 'Polski',
|
||||||
|
Loading…
Reference in New Issue
Block a user