Skip to content

Commit 012a653

Browse files
authored
fix(translations): Bengali ("bn") - add "Excluding {days}" & fix inconsistent translations of "streak" (#793)
* chore(i18n): add Bengali "bn" translation for "Excluding {days}" * chore(i18n): fix inconsistent translations of "streak" to use "স্ট্রিক"
1 parent 578a281 commit 012a653

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/translations.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,12 @@
8383
],
8484
"bn" => [
8585
"Total Contributions" => "মোট অবদান",
86-
"Current Streak" => "কারেন্ট স্ট্রীক",
86+
"Current Streak" => "বর্তমান স্ট্রিক",
8787
"Longest Streak" => "দীর্ঘতম স্ট্রিক",
88-
"Week Streak" => "সপ্তাহ স্ট্রীক",
88+
"Week Streak" => "সপ্তাহ স্ট্রিক",
8989
"Longest Week Streak" => "দীর্ঘতম সপ্তাহ স্ট্রিক",
9090
"Present" => "বর্তমান",
91+
"Excluding {days}" => "{days} বাদে",
9192
],
9293
"ca" => [
9394
"Total Contributions" => "Aportacions totals",

0 commit comments

Comments
 (0)