From fe6bdf4c202510f105534ea45fde48beb116ccc0 Mon Sep 17 00:00:00 2001 From: Ophelia Goldstein <159258143+opheliagoldstein@users.noreply.github.com> Date: Thu, 2 Oct 2025 20:54:44 +0300 Subject: [PATCH] fix: make Bulgarian total commits translation shorter to prevent items overlapping (#4500) Co-authored-by: Alexandr --- backend/src/translations.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/src/translations.js b/backend/src/translations.js index c3c4681a..5e59d97d 100644 --- a/backend/src/translations.js +++ b/backend/src/translations.js @@ -160,7 +160,7 @@ const statCardLocales = ({ name, apostrophe }) => { cs: "Celkem commitů", de: "Anzahl Commits", ur: "کل کمٹ", - bg: "Общо ангажименти (commits)", + bg: "Общо ангажименти", bn: "সর্বমোট Commit", es: "Commits totales", fa: "مجموع کامیت‌ها", @@ -828,7 +828,7 @@ const wakatimeCardLocales = { cs: "Minulý rok", de: "Letztes Jahr", ur: "پچھلا سال", - bg: "миналата година", + bg: "миналата год.", bn: "গত বছর", es: "El año pasado", fa: "سال گذشته",