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/hi.toml |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/i18n/hi.toml b/i18n/hi.toml
index 9dc3f33..6bd5d8d 100644
--- a/i18n/hi.toml
+++ b/i18n/hi.toml
@@ -1,14 +1,17 @@
-[category]
-other = "श्रेणी"
+[categories]
+one = "श्रेणी"
 
-[tag]
-other = "टैग"
+[tags]
+one = "टैग"
 
 [series]
-other = "श्रृंखला"
+one = "श्रृंखला"
 
-[author]
-other = "लेखक"
+[authors]
+one = "लेखक"
+
+[posts]
+other = "सामग्री"
 
 [reading_time]
 one = "एक पढ़ने का समय"
@@ -28,6 +31,3 @@
 
 [see_also]
 other = "यह भी देखें"
-
-[posts]
-other = "सामग्री"

--
Gitblit v1.10.0