From 0555b330fa0e8f40c944c5f57d1df467c5302e25 Mon Sep 17 00:00:00 2001 From: Yugal41735 Date: Sun, 16 Oct 2022 19:47:13 +0530 Subject: [PATCH 1/3] Bangla Translation added --- api/locale/ba.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 api/locale/ba.yml diff --git a/api/locale/ba.yml b/api/locale/ba.yml new file mode 100644 index 0000000..7b9919e --- /dev/null +++ b/api/locale/ba.yml @@ -0,0 +1,20 @@ +ba: + views: "%{number} বার দেখা হয়েছে" + seconds-ago: + one: "1 সেকেন্ড আগে" + many: "%{count} সেকেন্ড আগে" + minutes-ago: + one: "1 মিনিট আগে" + many: "%{count} মিনিট আগে" + hours-ago: + one: "1 ঘন্টা আগে" + many: "%{count} ঘন্টা আগে" + days-ago: + one: "1 দিন আগে" + many: "%{count} দিন আগে" + months-ago: + one: "1 মাস আগে" + many: "%{count} মাস আগে" + years-ago: + one: "1 বছর আগে" + many: "%{count} বছর আগে" From 9a311fbc8c29aba615223c6d1aa505bca3339be2 Mon Sep 17 00:00:00 2001 From: Yugal Agarwal <74638775+Yugal41735@users.noreply.github.com> Date: Sun, 16 Oct 2022 20:49:29 +0530 Subject: [PATCH 2/3] year_translation_corrected Co-authored-by: Jonah Lawrence --- api/locale/ba.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/locale/ba.yml b/api/locale/ba.yml index 7b9919e..af16961 100644 --- a/api/locale/ba.yml +++ b/api/locale/ba.yml @@ -16,5 +16,5 @@ ba: one: "1 মাস আগে" many: "%{count} মাস আগে" years-ago: - one: "1 বছর আগে" - many: "%{count} বছর আগে" + one: "1 বছর পূর্বে" + many: "%{count} বছর পূর্বে" From 49b9f5c831aa74c5e1c582e1d0849a55b1555175 Mon Sep 17 00:00:00 2001 From: Yugal Agarwal <74638775+Yugal41735@users.noreply.github.com> Date: Sun, 16 Oct 2022 20:54:01 +0530 Subject: [PATCH 3/3] name_corrected --- api/locale/{ba.yml => bn.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename api/locale/{ba.yml => bn.yml} (99%) diff --git a/api/locale/ba.yml b/api/locale/bn.yml similarity index 99% rename from api/locale/ba.yml rename to api/locale/bn.yml index af16961..db2a951 100644 --- a/api/locale/ba.yml +++ b/api/locale/bn.yml @@ -1,4 +1,4 @@ -ba: +bn: views: "%{number} বার দেখা হয়েছে" seconds-ago: one: "1 সেকেন্ড আগে"