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