Browse Source

fix: language ordering

Timothy J. Baek 1 year ago
parent
commit
d187b1615a
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/lib/i18n/locales/languages.json

+ 4 - 4
src/lib/i18n/locales/languages.json

@@ -39,6 +39,10 @@
 		"code": "ja-JP",
 		"title": "Japanese"
 	},
+	{
+		"code": "ko-KR",
+		"title": "Korean"
+	},
 	{
 		"code": "nl-NL",
 		"title": "Dutch (Netherlands)"
@@ -66,9 +70,5 @@
 	{
 		"code": "zh-TW",
 		"title": "Chinese (Traditional)"
-	},
-	{
-		"code": "ko-KR",
-		"title": "Korean"
 	}
 ]