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:
13
i18n/en.toml
13
i18n/en.toml
@@ -1,22 +1,17 @@
|
||||
[category]
|
||||
other = "category"
|
||||
|
||||
[categories]
|
||||
one = "category"
|
||||
other = "categories"
|
||||
|
||||
[tag]
|
||||
other = "tag"
|
||||
|
||||
[tags]
|
||||
one = "tag"
|
||||
other = "tags"
|
||||
|
||||
[series]
|
||||
one = "series"
|
||||
other = "series"
|
||||
|
||||
[author]
|
||||
other = "author"
|
||||
|
||||
[authors]
|
||||
one = "author"
|
||||
other = "authors"
|
||||
|
||||
[posts]
|
||||
|
||||
Reference in New Issue
Block a user