From 869b03ea78b6238febe54cae970b23312d099ff6 Mon Sep 17 00:00:00 2001 From: Regis Philibert Date: Fri, 1 Oct 2021 13:56:55 -0400 Subject: [PATCH] Add fr readingTime localization --- i18n/fr.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/i18n/fr.toml b/i18n/fr.toml index 0ce112c..fb7d42b 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