Add fr readingTime localization
This commit is contained in:
parent
b0bf3ccca1
commit
869b03ea78
|
@ -34,5 +34,13 @@ other = "Envoyer"
|
|||
[taxonomyPageList]
|
||||
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]
|
||||
other = "{{ .Name }} page"
|
Loading…
Reference in a new issue