From b6f42fc326e02b117e086196b15e18a8c6b0305d Mon Sep 17 00:00:00 2001 From: Soumya Parihar <95139812+sPrhr@users.noreply.github.com> Date: Wed, 19 Apr 2023 14:30:44 +0530 Subject: [PATCH] added bengali support #language (#173) * added bengali support --- i18n/bn.yaml | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 i18n/bn.yaml diff --git a/i18n/bn.yaml b/i18n/bn.yaml new file mode 100644 index 0000000..b3fee6d --- /dev/null +++ b/i18n/bn.yaml @@ -0,0 +1,47 @@ +powered: + other: "সৌজন্যে" + +theme: + other: "থিম" + +readMore: + other: "আরও" + +toNewPosts: + other: "নতুন প্রচ্ছদ" + +toOldPosts: + other: "পুরানো প্রচ্ছদ" + +tag: + other: "বিভাগ" + +Tags: + other: "বিভাগ" + +Posts: + other: "প্রচ্ছদ" + +category: + other: "শ্রেণী" + +Categories: + other: "শ্রেণী" + +toAllTags: + other: "বিভাগ সমূহ" + +toAllCategories: + other: "শ্রেণী সমূহ" + +skipToContent: + other: "প্রচ্ছদে প্রবেশ করুন" + +darkTheme: + other: "অন্ধকার থিম" + +lightTheme: + other: "আলোক থিম" + +readNext: + other: "পরের প্রচ্ছদ" \ No newline at end of file