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

fix: language ordering

parent 5e24e03f
...@@ -39,6 +39,10 @@ ...@@ -39,6 +39,10 @@
"code": "ja-JP", "code": "ja-JP",
"title": "Japanese" "title": "Japanese"
}, },
{
"code": "ko-KR",
"title": "Korean"
},
{ {
"code": "nl-NL", "code": "nl-NL",
"title": "Dutch (Netherlands)" "title": "Dutch (Netherlands)"
...@@ -66,9 +70,5 @@ ...@@ -66,9 +70,5 @@
{ {
"code": "zh-TW", "code": "zh-TW",
"title": "Chinese (Traditional)" "title": "Chinese (Traditional)"
},
{
"code": "ko-KR",
"title": "Korean"
} }
] ]
\ 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