forked from akai/readest
This commit is contained in:
@@ -704,6 +704,7 @@ export const TRANSLATOR_LANGS: Record<string, string> = {
|
||||
lt: 'Lietuvių',
|
||||
sl: 'Slovenščina',
|
||||
sk: 'Slovenčina',
|
||||
fa: 'فارسی',
|
||||
};
|
||||
|
||||
export const SUPPORTED_LANGS: Record<string, string> = { ...TRANSLATED_LANGS, zh: '中文' };
|
||||
|
||||
@@ -23,6 +23,7 @@ export const normalizeToFullLang = (langCode: string): string => {
|
||||
ko: 'ko-KR',
|
||||
pt: 'pt-PT',
|
||||
ar: 'ar-SA',
|
||||
fa: 'fa-IR',
|
||||
nl: 'nl-NL',
|
||||
pl: 'pl-PL',
|
||||
tr: 'tr-TR',
|
||||
|
||||
Reference in New Issue
Block a user