Add fr readingTime localization

This commit is contained in:
Regis Philibert 2021-10-01 13:56:55 -04:00
parent b0bf3ccca1
commit 869b03ea78

View file

@ -34,5 +34,13 @@ other = "Envoyer"
[taxonomyPageList] [taxonomyPageList]
other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”" other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”"
[readingTime]
one = "Une minute de lecture"
other = "{{ .Count }} minutes de lecture"
[wordCount]
one = "Un mot"
other = "{{ .Count }} mots"
[pageTitle] [pageTitle]
other = "{{ .Name }} page" other = "{{ .Name }} page"