Browse Source

chore: i18n alphabetically ordering

Timothy J. Baek 1 year ago
parent
commit
4b91ac352a
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

@@ -4,8 +4,8 @@
 		"title": "English (US)"
 	},
 	{
-		"code": "fa-IR",
-		"title": "فارسی (Farsi)"
+		"code": "ca-ES",
+		"title": "Catalan"
 	},
 	{
 		"code": "de-DE",
@@ -16,13 +16,17 @@
 		"title": "Spanish"
 	},
 	{
-		"code": "fr-FR",
-		"title": "French (France)"
+		"code": "fa-IR",
+		"title": "فارسی (Farsi)"
 	},
 	{
 		"code": "fr-CA",
 		"title": "French (Canada)"
 	},
+	{
+		"code": "fr-FR",
+		"title": "French (France)"
+	},
 	{
 		"code": "ru-RU",
 		"title": "Russian (Russia)"
@@ -32,19 +36,15 @@
 		"title": "Ukrainian"
 	},
 	{
-		"code": "zh-TW",
-		"title": "Chinese (Traditional)"
+		"code": "vi-VN",
+		"title": "Tiếng Việt"
 	},
 	{
 		"code": "zh-CN",
 		"title": "Chinese (Simplified)"
 	},
-  {
-    "code": "vi-VN",
-    "title": "Tiếng Việt"
-  },
 	{
-		"code": "ca-ES",
-		"title": "Catalan"
+		"code": "zh-TW",
+		"title": "Chinese (Traditional)"
 	}
-]
+]