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:
22
i18n/fr.toml
22
i18n/fr.toml
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user