Fix Czech language

This commit is contained in:
ErickSkrauch 2020-06-15 01:04:41 +03:00
parent 6309985295
commit 28ccab8a98
2 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@ const localeToCountryCode: Record<string, string> = {
sl: 'si',
sr: 'rs',
zh: 'cn',
cs: 'cz',
};
const SUPPORTED_LANGUAGES: string[] = Object.keys(supportedLocales);

View File

@ -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',