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/sk.toml | 22 +++++++++++----------- 1 files changed, 11 insertions(+), 11 deletions(-) diff --git a/i18n/sk.toml b/i18n/sk.toml index afb04c2..11fbcf1 100644 --- a/i18n/sk.toml +++ b/i18n/sk.toml @@ -1,14 +1,17 @@ -[posts] -other = "články" +[categories] +one = "kategória" -[category] -other = "kategória" - -[tag] -other = "téma" +[tags] +one = "téma" [series] -other = "diel" +one = "diel" + +[authors] +one = "autor" + +[posts] +other = "články" [reading_time] one = "Prečítate si za minútu" @@ -28,8 +31,5 @@ [see_also] other = "Pozrite tiež" -[author] -other = "autor" - [powered_by] other = "Táto stránka bola vytvorená cez" -- Gitblit v1.10.0