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/ms.toml | 14 +++++++++----- 1 files changed, 9 insertions(+), 5 deletions(-) diff --git a/i18n/ms.toml b/i18n/ms.toml index 0f29fc7..d92efe7 100644 --- a/i18n/ms.toml +++ b/i18n/ms.toml @@ -1,11 +1,15 @@ -[category] -other = "kategori" +[categories] +one = "kategori" -[tag] -other = "teg" +[tags] +one = "teg" [series] -other = "siri" +one = "siri" + +[authors] + +[posts] [reading_time] one = "Bacaan 1 minit" -- Gitblit v1.10.0