From ce4cbd3c750ebe80b35b1a650dbf9c051e09d0e2 Mon Sep 17 00:00:00 2001 From: Tarun Kumar Jana <104967223+tarunjana@users.noreply.github.com> Date: Fri, 11 Nov 2022 20:53:52 +0530 Subject: [PATCH] Improve Bengali translation Added the following keys: - `views` - `likes` - `show_more` --- i18n/bn.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/i18n/bn.yaml b/i18n/bn.yaml index 513d10f9..92ed0723 100644 --- a/i18n/bn.yaml +++ b/i18n/bn.yaml @@ -12,6 +12,12 @@ article: word_count: one: "{{ .Count }} টি শব্দ" other: "{{ .Count }} টি শব্দ" + views: + one: "{{ .Count }} বার দেখা হয়েছে" + other: "{{ .Count }} বার দেখা হয়েছে" + likes: + one: "{{ .Count }} বার পছন্দ করা হয়েছে" + other: "{{ .Count }} বার পছন্দ করা হয়েছে" author: byline_title: "লেখক" @@ -52,4 +58,7 @@ sharing: twitter: "ট্যুইট করুন" shortcode: - recent_articles: "সাম্প্রতিক" \ No newline at end of file + recent_articles: "সাম্প্রতিক" + +recent: + show_more: "আরো দেখুন"