Browse Source

Update languages.json

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

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

@@ -1,8 +1,4 @@
 [
 [
-	{
-		"code": "en-GB",
-		"title": "English (GB)"
-	},
 	{
 	{
 		"code": "en-US",
 		"code": "en-US",
 		"title": "English (US)"
 		"title": "English (US)"
@@ -19,6 +15,10 @@
 		"code": "de-DE",
 		"code": "de-DE",
 		"title": "Deutsch"
 		"title": "Deutsch"
 	},
 	},
+	{
+		"code": "en-GB",
+		"title": "English (GB)"
+	},
 	{
 	{
 		"code": "es-ES",
 		"code": "es-ES",
 		"title": "Spanish"
 		"title": "Spanish"
@@ -83,4 +83,4 @@
 		"code": "zh-TW",
 		"code": "zh-TW",
 		"title": "Chinese (Traditional)"
 		"title": "Chinese (Traditional)"
 	}
 	}
-]
+]