Use plural translation keys for taxonomies (#620)

This commit is contained in:
Alphonse Mariya
2021-12-26 19:18:00 +01:00
committed by GitHub
parent 0b430ece67
commit d14dd837ec
33 changed files with 229 additions and 263 deletions

View File

@@ -1,14 +1,21 @@
[category]
other = "catégorie"
[categories]
one = "catégorie"
other = "catégories"
[tag]
other = "tag"
[tags]
one = "tag"
other = "tags"
[series]
one = "série"
other = "séries"
[author]
other = "auteur"
[authors]
one = "auteur"
other = "auteurs"
[posts]
other = "articles"
[reading_time]
one = "Une minute de lecture"
@@ -28,6 +35,3 @@ other = "Propulsé par"
[see_also]
other = "Voir aussi dans"
[posts]
other = "Articles"