@ -14,37 +14,37 @@ const countryPriority: Record<string, string> = {
// list of iso639_1 Alpha-2 codes used as default languages
const defaultLanguageCodes: string[] = [
"en-US",
"cs-CZ",
"de-DE",
"fr-FR",
"pt-BR",
"it-IT",
"nl-NL",
"pl-PL",
"tr-TR",
"vi-VN",
"zh-CN",
"he-IL",
"sv-SE",
"lv-LV",
"th-TH",
"ne-NP",
"ar-SA",
"es-ES",
"et-EE",
"bg-BG",
"bn-BD",
"el-GR",
"fa-IR",
"gl-ES",
"gu-IN",
"id-ID",
"ja-JP",
"ko-KR",
"ru-RU",
"sl-SI",
"ta-LK",
];
export interface LocaleInfo {