From 7dade0715d2f5ba138c266a4d93d2af572c19da1 Mon Sep 17 00:00:00 2001 From: AnkurSachdeva22 Date: Wed, 8 May 2024 14:25:28 +0530 Subject: [PATCH] language.json sorted by language code --- src/lib/i18n/locales/languages.json | 52 ++++++++++++++--------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/src/lib/i18n/locales/languages.json b/src/lib/i18n/locales/languages.json index 9b7c44c6d..cb4d66dc9 100644 --- a/src/lib/i18n/locales/languages.json +++ b/src/lib/i18n/locales/languages.json @@ -3,10 +3,6 @@ "code": "en-US", "title": "English (US)" }, - { - "code": "en-GB", - "title": "English (GB)" - }, { "code": "bg-BG", "title": "Bulgarian (BG)" @@ -19,21 +15,17 @@ "code": "ca-ES", "title": "Catalan" }, - { - "code": "zh-CN", - "title": "Chinese (Simplified)" - }, - { - "code": "zh-TW", - "title": "Chinese (Traditional)" - }, { "code": "de-DE", "title": "Deutsch" }, { - "code": "nl-NL", - "title": "Dutch (Netherlands)" + "code": "en-GB", + "title": "English (GB)" + }, + { + "code": "es-ES", + "title": "Spanish" }, { "code": "fa-IR", @@ -47,10 +39,6 @@ "code": "fr-FR", "title": "French (France)" }, - { - "code": "ka-GE", - "title": "Georgian" - }, { "code": "hi-IN", "title": "Hindi (हिंदी)" @@ -63,10 +51,18 @@ "code": "ja-JP", "title": "Japanese" }, + { + "code": "ka-GE", + "title": "Georgian" + }, { "code": "ko-KR", "title": "Korean" }, + { + "code": "nl-NL", + "title": "Dutch (Netherlands)" + }, { "code": "pl-PL", "title": "Polish" @@ -83,18 +79,10 @@ "code": "ru-RU", "title": "Russian (Russia)" }, - { - "code": "es-ES", - "title": "Spanish" - }, { "code": "sv-SE", "title": "Swedish" }, - { - "code": "vi-VN", - "title": "Tiếng Việt" - }, { "code": "tr-TR", "title": "Turkish" @@ -103,6 +91,18 @@ "code": "uk-UA", "title": "Ukrainian" }, + { + "code": "vi-VN", + "title": "Tiếng Việt" + }, + { + "code": "zh-CN", + "title": "Chinese (Simplified)" + }, + { + "code": "zh-TW", + "title": "Chinese (Traditional)" + }, { "code": "dg-DG", "title": "Doge 🐶"