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/pl.toml
13
i18n/pl.toml
@@ -1,22 +1,17 @@
|
||||
[category]
|
||||
other = "kategoria"
|
||||
|
||||
[categories]
|
||||
one = "kategoria"
|
||||
other = "kategorie"
|
||||
|
||||
[tag]
|
||||
other = "tag"
|
||||
|
||||
[tags]
|
||||
one = "tag"
|
||||
other = "tagi"
|
||||
|
||||
[series]
|
||||
one = "seria"
|
||||
other = "seria"
|
||||
|
||||
[author]
|
||||
other = "autor(ka)"
|
||||
|
||||
[authors]
|
||||
one = "autor(ka)"
|
||||
other = "autorzy"
|
||||
|
||||
[posts]
|
||||
|
||||
Reference in New Issue
Block a user