Commit 85187deb authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix: languages order

parent 3305ac59
...@@ -32,17 +32,21 @@ ...@@ -32,17 +32,21 @@
"title": "French (France)" "title": "French (France)"
}, },
{ {
"code": "it-IT", "code": "it-IT",
"title": "Italian" "title": "Italian"
}, },
{
"code": "ja-JP",
"title": "Japanese"
},
{ {
"code": "ja-JP", "code": "nl-NL",
"title": "Japanese" "title": "Dutch (Netherlands)"
}, },
{ {
"code": "pt-PT", "code": "pt-PT",
"title": "Portuguese (Portugal)" "title": "Portuguese (Portugal)"
}, },
{ {
"code": "ru-RU", "code": "ru-RU",
"title": "Russian (Russia)" "title": "Russian (Russia)"
...@@ -62,9 +66,5 @@ ...@@ -62,9 +66,5 @@
{ {
"code": "zh-TW", "code": "zh-TW",
"title": "Chinese (Traditional)" "title": "Chinese (Traditional)"
},
{
"code": "nl-NL",
"title": "Dutch (Netherlands)"
} }
] ]
\ 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