Add fr readingTime localization
This commit is contained in:
parent
b0bf3ccca1
commit
869b03ea78
|
@ -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"
|
Loading…
Reference in a new issue