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:
15
i18n/es.toml
15
i18n/es.toml
@@ -1,22 +1,17 @@
|
||||
[category]
|
||||
other = "categoría"
|
||||
|
||||
[categories]
|
||||
one = "categoría"
|
||||
other = "categorías"
|
||||
|
||||
[tag]
|
||||
other = "etiqueta"
|
||||
|
||||
[tags]
|
||||
one = "etiqueta"
|
||||
other = "etiquetas"
|
||||
|
||||
[series]
|
||||
other = "serie"
|
||||
|
||||
[author]
|
||||
other = "autor"
|
||||
one = "serie"
|
||||
other = "series"
|
||||
|
||||
[authors]
|
||||
one = "autor"
|
||||
other = "autores"
|
||||
|
||||
[posts]
|
||||
|
||||
Reference in New Issue
Block a user