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/he.toml | 21 ++++++++++----------- 1 files changed, 10 insertions(+), 11 deletions(-) diff --git a/i18n/he.toml b/i18n/he.toml index ac71b5a..e3b5d04 100644 --- a/i18n/he.toml +++ b/i18n/he.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,7 +31,3 @@ [see_also] other = "רואה עוד ב" - -[posts] -other = "פוסטים" - -- Gitblit v1.10.0