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/zh-tw.toml | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-) diff --git a/i18n/zh-tw.toml b/i18n/zh-tw.toml index 654c92a..db8e02b 100644 --- a/i18n/zh-tw.toml +++ b/i18n/zh-tw.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 = "閱讀時間 1 分鐘" @@ -28,6 +31,3 @@ [see_also] other = "參見" - -[posts] -other = "文章" \ No newline at end of file -- Gitblit v1.10.0