mirror of
https://github.com/movie-web/movie-web.git
synced 2024-11-13 11:35:06 +01:00
Sort default language codes for neatness
This commit is contained in:
parent
86e81dcd05
commit
4c3528892f
@ -14,37 +14,37 @@ const countryPriority: Record<string, string> = {
|
|||||||
|
|
||||||
// list of iso639_1 Alpha-2 codes used as default languages
|
// list of iso639_1 Alpha-2 codes used as default languages
|
||||||
const defaultLanguageCodes: string[] = [
|
const defaultLanguageCodes: string[] = [
|
||||||
"en-US",
|
"ar-SA",
|
||||||
|
"bg-BG",
|
||||||
|
"bn-BD",
|
||||||
"cs-CZ",
|
"cs-CZ",
|
||||||
"de-DE",
|
"de-DE",
|
||||||
|
"el-GR",
|
||||||
|
"en-US",
|
||||||
|
"es-ES",
|
||||||
|
"et-EE",
|
||||||
|
"fa-IR",
|
||||||
"fr-FR",
|
"fr-FR",
|
||||||
"pt-BR",
|
"gl-ES",
|
||||||
|
"gu-IN",
|
||||||
|
"he-IL",
|
||||||
|
"id-ID",
|
||||||
"it-IT",
|
"it-IT",
|
||||||
|
"ja-JP",
|
||||||
|
"ko-KR",
|
||||||
|
"lv-LV",
|
||||||
|
"ne-NP",
|
||||||
"nl-NL",
|
"nl-NL",
|
||||||
"pl-PL",
|
"pl-PL",
|
||||||
|
"pt-BR",
|
||||||
|
"ru-RU",
|
||||||
|
"sl-SI",
|
||||||
|
"sv-SE",
|
||||||
|
"ta-LK",
|
||||||
|
"th-TH",
|
||||||
"tr-TR",
|
"tr-TR",
|
||||||
"vi-VN",
|
"vi-VN",
|
||||||
"zh-CN",
|
"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",
|
|
||||||
"gu-IN",
|
|
||||||
"id-ID",
|
|
||||||
"ja-JP",
|
|
||||||
"ko-KR",
|
|
||||||
"sl-SI",
|
|
||||||
"ta-LK",
|
|
||||||
"ru-RU",
|
|
||||||
"gl-ES",
|
|
||||||
];
|
];
|
||||||
|
|
||||||
export interface LocaleInfo {
|
export interface LocaleInfo {
|
||||||
|
Loading…
Reference in New Issue
Block a user