diff --git a/i18n/fr.toml b/i18n/fr.toml index 0ce112c93..fb7d42b15 100644 --- a/i18n/fr.toml +++ b/i18n/fr.toml @@ -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" \ No newline at end of file