From f3c113cb04d55725ba332043787e5cee97e32b06 Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Thu, 21 Mar 2024 14:29:05 -0700 Subject: [PATCH] fix: languages order --- src/lib/i18n/locales/languages.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/lib/i18n/locales/languages.json b/src/lib/i18n/locales/languages.json index 48f230b87..a677dbaa4 100644 --- a/src/lib/i18n/locales/languages.json +++ b/src/lib/i18n/locales/languages.json @@ -1,12 +1,12 @@ [ - { - "code": "bg-BG", - "title": "Bulgarian (BG)" - }, { "code": "en-US", "title": "English (US)" }, + { + "code": "bg-BG", + "title": "Bulgarian (BG)" + }, { "code": "ca-ES", "title": "Catalan" @@ -51,4 +51,4 @@ "code": "zh-TW", "title": "Chinese (Traditional)" } -] +] \ No newline at end of file