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/ko.toml | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/i18n/ko.toml b/i18n/ko.toml index cce2ea2..04e4c33 100644 --- a/i18n/ko.toml +++ b/i18n/ko.toml @@ -1,14 +1,14 @@ -[category] -other = "카테고리" +[categories] +one = "카테고리" -[tag] -other = "태그" +[tags] +one = "태그" [series] -other = "시리즈" +one = "시리즈" -[author] -other = "저자" +[authors] +one = "저자" [posts] other = "포스트" -- Gitblit v1.10.0