From b6c111ebe31ce9a9d249cb9e523555b68ace1a1a Mon Sep 17 00:00:00 2001 From: Zubair Ibn Zamir Date: Tue, 6 May 2025 15:04:53 +0600 Subject: [PATCH 1/2] chore(i18n): add Bengali "bn" translation for "Excluding {days}" --- src/translations.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/translations.php b/src/translations.php index ab417929..941ce4a5 100644 --- a/src/translations.php +++ b/src/translations.php @@ -88,6 +88,7 @@ "Week Streak" => "সপ্তাহ স্ট্রীক", "Longest Week Streak" => "দীর্ঘতম সপ্তাহ স্ট্রিক", "Present" => "বর্তমান", + "Excluding {days}" => "{days} বাদে", ], "ca" => [ "Total Contributions" => "Aportacions totals", From a7a158ea72adf12353b39be66f02897e5bad2482 Mon Sep 17 00:00:00 2001 From: Zubair Ibn Zamir Date: Tue, 6 May 2025 15:14:49 +0600 Subject: [PATCH 2/2] =?UTF-8?q?chore(i18n):=20fix=20inconsistent=20transla?= =?UTF-8?q?tions=20of=20"streak"=20to=20use=20"=E0=A6=B8=E0=A7=8D=E0=A6=9F?= =?UTF-8?q?=E0=A7=8D=E0=A6=B0=E0=A6=BF=E0=A6=95"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/translations.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/translations.php b/src/translations.php index 941ce4a5..30ddcd12 100644 --- a/src/translations.php +++ b/src/translations.php @@ -83,9 +83,9 @@ ], "bn" => [ "Total Contributions" => "মোট অবদান", - "Current Streak" => "কারেন্ট স্ট্রীক", + "Current Streak" => "বর্তমান স্ট্রিক", "Longest Streak" => "দীর্ঘতম স্ট্রিক", - "Week Streak" => "সপ্তাহ স্ট্রীক", + "Week Streak" => "সপ্তাহ স্ট্রিক", "Longest Week Streak" => "দীর্ঘতম সপ্তাহ স্ট্রিক", "Present" => "বর্তমান", "Excluding {days}" => "{days} বাদে",