feat sort by the first letter of the language

This commit is contained in:
Yanyutin753 2024-05-21 12:03:35 +08:00
parent 51b6f0d490
commit 4f0b6e39a8

View File

@ -3,29 +3,37 @@
"code": "ar-BH", "code": "ar-BH",
"title": "Arabic (عربي)" "title": "Arabic (عربي)"
}, },
{
"code": "bn-BD",
"title": "Bengali (বাংলা)"
},
{ {
"code": "bg-BG", "code": "bg-BG",
"title": "Bulgarian (български)" "title": "Bulgarian (български)"
}, },
{
"code": "bn-BD",
"title": "Bengali (বাংলা)"
},
{ {
"code": "ca-ES", "code": "ca-ES",
"title": "Catalan (català)" "title": "Catalan (català)"
}, },
{ {
"code": "de-DE", "code": "zh-CN",
"title": "German (Deutsch)" "title": "Chinese (简体中文)"
},
{
"code": "zh-TW",
"title": "Chinese (繁體中文)"
},
{
"code": "hr-HR",
"title": "Croatian (Hrvatski)"
}, },
{ {
"code": "dg-DG", "code": "dg-DG",
"title": "Doge (Doge🐶)" "title": "Doge (Doge🐶)"
}, },
{ {
"code": "es-ES", "code": "nl-NL",
"title": "Spanish (Español)" "title": "Dutch (Netherlands)"
}, },
{ {
"code": "en-GB", "code": "en-GB",
@ -52,16 +60,20 @@
"title": "French (France)" "title": "French (France)"
}, },
{ {
"code": "he-IL", "code": "ka-GE",
"title": "Hebrew (עברית)" "title": "Georgian (ქართული)"
},
{
"code": "de-DE",
"title": "German (Deutsch)"
}, },
{ {
"code": "hi-IN", "code": "hi-IN",
"title": "Hindi (हिंदी)" "title": "Hindi (हिंदी)"
}, },
{ {
"code": "hr-HR", "code": "he-IL",
"title": "Croatian (Hrvatski)" "title": "Hebrew (עברית)"
}, },
{ {
"code": "it-IT", "code": "it-IT",
@ -71,18 +83,10 @@
"code": "ja-JP", "code": "ja-JP",
"title": "Japanese (日本語)" "title": "Japanese (日本語)"
}, },
{
"code": "ka-GE",
"title": "Georgian (ქართული)"
},
{ {
"code": "ko-KR", "code": "ko-KR",
"title": "Korean (한국인)" "title": "Korean (한국인)"
}, },
{
"code": "nl-NL",
"title": "Dutch (Netherlands)"
},
{ {
"code": "pa-IN", "code": "pa-IN",
"title": "Punjabi (India)" "title": "Punjabi (India)"
@ -103,14 +107,18 @@
"code": "ru-RU", "code": "ru-RU",
"title": "Russian (Russia)" "title": "Russian (Russia)"
}, },
{
"code": "sv-SE",
"title": "Swedish (Svenska)"
},
{ {
"code": "sr-RS", "code": "sr-RS",
"title": "Serbian (Српски)" "title": "Serbian (Српски)"
}, },
{
"code": "es-ES",
"title": "Spanish (Español)"
},
{
"code": "sv-SE",
"title": "Swedish (Svenska)"
},
{ {
"code": "tr-TR", "code": "tr-TR",
"title": "Turkish (Türkçe)" "title": "Turkish (Türkçe)"
@ -122,13 +130,5 @@
{ {
"code": "vi-VN", "code": "vi-VN",
"title": "Vietnamese (Tiếng Việt)" "title": "Vietnamese (Tiếng Việt)"
},
{
"code": "zh-CN",
"title": "Chinese (简体中文)"
},
{
"code": "zh-TW",
"title": "Chinese (繁體中文)"
} }
] ]