Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/budparr/gohugo-theme-ananke.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRegis Philibert <login@regisphilibert.com>2021-10-01 20:56:55 +0300
committerRegis Philibert <login@regisphilibert.com>2021-10-01 20:56:55 +0300
commit869b03ea78b6238febe54cae970b23312d099ff6 (patch)
treeafcd372023f7d6dae9fdc7122f95b5e287a16f85
parentb0bf3ccca1a431feb7b788b2ec1210aa903bed97 (diff)
Add fr readingTime localizationv2.7.0
-rw-r--r--i18n/fr.toml8
1 files changed, 8 insertions, 0 deletions
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