From d14dd837ec4077073ac3372cd77673c7d672d871 Mon Sep 17 00:00:00 2001
From: Alphonse Mariya <alphonse.mariya@hotmail.com>
Date: Sun, 26 Dec 2021 18:18:00 +0000
Subject: [PATCH] Use plural translation keys for taxonomies (#620)

---
 i18n/bn.toml |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/i18n/bn.toml b/i18n/bn.toml
index 84d9720..e020428 100644
--- a/i18n/bn.toml
+++ b/i18n/bn.toml
@@ -1,14 +1,14 @@
-[category]
-other = "বিভাগ"
+[categories]
+one = "বিভাগ"
 
-[tag]
-other = "ট্যাগ"
+[tags]
+one = "ট্যাগ"
 
 [series]
-other = "সিরিজ"
+one = "সিরিজ"
 
-[author]
-other = "লেখক"
+[authors]
+one = "লেখক"
 
 [posts]
 other = "সব পোস্ট"

--
Gitblit v1.10.0