fix: languages order

This commit is contained in:
Timothy J. Baek 2024-03-23 12:43:31 -07:00
parent 3305ac5928
commit 85187deb4b

View file

@ -39,6 +39,10 @@
"code": "ja-JP", "code": "ja-JP",
"title": "Japanese" "title": "Japanese"
}, },
{
"code": "nl-NL",
"title": "Dutch (Netherlands)"
},
{ {
"code": "pt-PT", "code": "pt-PT",
"title": "Portuguese (Portugal)" "title": "Portuguese (Portugal)"
@ -62,9 +66,5 @@
{ {
"code": "zh-TW", "code": "zh-TW",
"title": "Chinese (Traditional)" "title": "Chinese (Traditional)"
},
{
"code": "nl-NL",
"title": "Dutch (Netherlands)"
} }
] ]