From 540c5f4225203fdf8c43d209be6f8a5b306fcdba Mon Sep 17 00:00:00 2001 From: Kiril Vladimirov Date: Tue, 29 Oct 2024 07:17:28 +0000 Subject: [PATCH] fix(i18n): capitalize Bulgarian label (#2784) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also, remove 'език' which means 'language' for the sake of consistency. Reviewed-on: https://kolaente.dev/vikunja/vikunja/pulls/2784 Reviewed-by: konrad Co-authored-by: Kiril Vladimirov Co-committed-by: Kiril Vladimirov --- frontend/src/i18n/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/i18n/index.ts b/frontend/src/i18n/index.ts index 443a17497..501b7bee0 100644 --- a/frontend/src/i18n/index.ts +++ b/frontend/src/i18n/index.ts @@ -26,7 +26,7 @@ export const SUPPORTED_LOCALES = { 'hr-HR': 'Hrvatski', 'uk-UA': 'Українська', 'lt-LT': 'Lietuvių Kalba', - 'bg-BG': 'български език', + 'bg-BG': 'Български', // IMPORTANT: Also add new languages to useDayjsLanguageSync } as const