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:
16
i18n/it.toml
16
i18n/it.toml
@@ -1,14 +1,18 @@
|
||||
[category]
|
||||
other = "categoria"
|
||||
[categories]
|
||||
one = "categoria"
|
||||
other = "categorie"
|
||||
|
||||
[tag]
|
||||
other = "tag"
|
||||
[tags]
|
||||
one = "tag"
|
||||
other = "tags"
|
||||
|
||||
[series]
|
||||
one = "serie"
|
||||
other = "serie"
|
||||
|
||||
[author]
|
||||
other = "autore"
|
||||
[authors]
|
||||
one = "autore"
|
||||
other = "autori"
|
||||
|
||||
[posts]
|
||||
other = "post"
|
||||
|
||||
Reference in New Issue
Block a user