mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
Use plural translation keys for taxonomies (#620)
This commit is contained in:
14
i18n/ko.toml
14
i18n/ko.toml
@@ -1,14 +1,14 @@
|
||||
[category]
|
||||
other = "카테고리"
|
||||
[categories]
|
||||
one = "카테고리"
|
||||
|
||||
[tag]
|
||||
other = "태그"
|
||||
[tags]
|
||||
one = "태그"
|
||||
|
||||
[series]
|
||||
other = "시리즈"
|
||||
one = "시리즈"
|
||||
|
||||
[author]
|
||||
other = "저자"
|
||||
[authors]
|
||||
one = "저자"
|
||||
|
||||
[posts]
|
||||
other = "포스트"
|
||||
|
||||
Reference in New Issue
Block a user