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

diff --git a/i18n/de.toml b/i18n/de.toml
index 6af652f..3fa33a1 100644
--- a/i18n/de.toml
+++ b/i18n/de.toml
@@ -1,22 +1,17 @@
-[category]
-other = "Kategorie"
-
 [categories]
+one = "Kategorie"
 other = "Kategorien"
 
-[tag]
-other = "Tag"
-
 [tags]
+one = "Tag"
 other = "Tags"
 
 [series]
-other = "Serie"
-
-[author]
-other = "Autor"
+one = "Serie"
+other = "Serien"
 
 [authors]
+one = "Autor"
 other = "Autoren"
 
 [posts]

--
Gitblit v1.10.0