Browse Source

fix: languages order

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

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

@@ -32,17 +32,21 @@
 		"title": "French (France)"
 	},
 	{
-        	"code": "it-IT",
-        	"title": "Italian"
-    	},
+		"code": "it-IT",
+		"title": "Italian"
+	},
+	{
+		"code": "ja-JP",
+		"title": "Japanese"
+	},
 	{
-    		"code": "ja-JP",
-    		"title": "Japanese"
+		"code": "nl-NL",
+		"title": "Dutch (Netherlands)"
 	},
 	{
-    		"code": "pt-PT",
-    		"title": "Portuguese (Portugal)"
-  	},
+		"code": "pt-PT",
+		"title": "Portuguese (Portugal)"
+	},
 	{
 		"code": "ru-RU",
 		"title": "Russian (Russia)"
@@ -62,9 +66,5 @@
 	{
 		"code": "zh-TW",
 		"title": "Chinese (Traditional)"
-	},
-	{
-		"code": "nl-NL",
-		"title": "Dutch (Netherlands)"
 	}
-]
+]