mirror of
https://github.com/elyby/accounts-frontend.git
synced 2025-05-31 14:11:58 +05:30
Fix Czech language
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user