Commit 4b91ac35 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

chore: i18n alphabetically ordering

parent 09dc3b7b
...@@ -4,8 +4,8 @@ ...@@ -4,8 +4,8 @@
"title": "English (US)" "title": "English (US)"
}, },
{ {
"code": "fa-IR", "code": "ca-ES",
"title": "فارسی (Farsi)" "title": "Catalan"
}, },
{ {
"code": "de-DE", "code": "de-DE",
...@@ -16,13 +16,17 @@ ...@@ -16,13 +16,17 @@
"title": "Spanish" "title": "Spanish"
}, },
{ {
"code": "fr-FR", "code": "fa-IR",
"title": "French (France)" "title": "فارسی (Farsi)"
}, },
{ {
"code": "fr-CA", "code": "fr-CA",
"title": "French (Canada)" "title": "French (Canada)"
}, },
{
"code": "fr-FR",
"title": "French (France)"
},
{ {
"code": "ru-RU", "code": "ru-RU",
"title": "Russian (Russia)" "title": "Russian (Russia)"
...@@ -32,19 +36,15 @@ ...@@ -32,19 +36,15 @@
"title": "Ukrainian" "title": "Ukrainian"
}, },
{ {
"code": "zh-TW", "code": "vi-VN",
"title": "Chinese (Traditional)" "title": "Tiếng Việt"
}, },
{ {
"code": "zh-CN", "code": "zh-CN",
"title": "Chinese (Simplified)" "title": "Chinese (Simplified)"
}, },
{ {
"code": "vi-VN", "code": "zh-TW",
"title": "Tiếng Việt" "title": "Chinese (Traditional)"
},
{
"code": "ca-ES",
"title": "Catalan"
} }
] ]
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment