From 5f26b2a9e308e7a26056297a5f7a0cdedbb362a0 Mon Sep 17 00:00:00 2001 From: Plamen Vatev Date: Thu, 21 Mar 2024 17:43:31 +0200 Subject: [PATCH] added bg-BG (Bulgarian) --- src/lib/i18n/locales/languages.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/lib/i18n/locales/languages.json b/src/lib/i18n/locales/languages.json index 7e30ed926..48f230b87 100644 --- a/src/lib/i18n/locales/languages.json +++ b/src/lib/i18n/locales/languages.json @@ -1,4 +1,8 @@ [ + { + "code": "bg-BG", + "title": "Bulgarian (BG)" + }, { "code": "en-US", "title": "English (US)" @@ -47,4 +51,4 @@ "code": "zh-TW", "title": "Chinese (Traditional)" } -] \ No newline at end of file +]