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:
@@ -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 @@ other = "技術支援"
|
||||
|
||||
[see_also]
|
||||
other = "參見"
|
||||
|
||||
[posts]
|
||||
other = "文章"
|
||||
Reference in New Issue
Block a user