From 664cebc5e651743cef27a5385c4db0b7ed49a6e6 Mon Sep 17 00:00:00 2001 From: Amit Das <91092039+das-amit@users.noreply.github.com> Date: Wed, 26 Oct 2022 20:45:05 +0530 Subject: [PATCH 1/2] feat: Added Bangla Translations --- src/translations.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/translations.php b/src/translations.php index 3bea0288..66542ab2 100644 --- a/src/translations.php +++ b/src/translations.php @@ -142,4 +142,10 @@ "Longest Streak" => "最长连续贡献", "Present" => "至今", ], + "bn" => [ + "Total Contributions" => "মোট অবদান", + "Current Streak" => "বর্তমান স্ট্রীক", + "Longest Streak" => "দীর্ঘতম স্ট্রিক", + "Present" => "এখনো পর্যন্ত", + ], ]; From 07172acb692407ec0068533ec13cee584e0b61f8 Mon Sep 17 00:00:00 2001 From: Amit Das <91092039+das-amit@users.noreply.github.com> Date: Thu, 27 Oct 2022 00:52:43 +0530 Subject: [PATCH 2/2] Arranged as the alphabetical order --- src/translations.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/translations.php b/src/translations.php index 66542ab2..11a4904f 100644 --- a/src/translations.php +++ b/src/translations.php @@ -32,6 +32,12 @@ "Present" => "Present", ], // Locales below are sorted alphabetically + "bn" => [ + "Total Contributions" => "মোট অবদান", + "Current Streak" => "বর্তমান স্ট্রীক", + "Longest Streak" => "দীর্ঘতম স্ট্রিক", + "Present" => "এখনো পর্যন্ত", + ], "da" => [ "Total Contributions" => "Totalt Antal Bidrag", "Current Streak" => "Nuværende i Træk", @@ -142,10 +148,4 @@ "Longest Streak" => "最长连续贡献", "Present" => "至今", ], - "bn" => [ - "Total Contributions" => "মোট অবদান", - "Current Streak" => "বর্তমান স্ট্রীক", - "Longest Streak" => "দীর্ঘতম স্ট্রিক", - "Present" => "এখনো পর্যন্ত", - ], ];