ソースを参照

fix: language ordering

Timothy J. Baek 1 年間 前
コミット
d187b1615a
1 ファイル変更4 行追加4 行削除
  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"
 	}
 ]