about summary refs log tree commit diff
path: root/i18n/fr.toml
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/fr.toml')
-rw-r--r--i18n/fr.toml13
1 files changed, 13 insertions, 0 deletions
diff --git a/i18n/fr.toml b/i18n/fr.toml
new file mode 100644
index 0000000..563b24a
--- /dev/null
+++ b/i18n/fr.toml
@@ -0,0 +1,13 @@
+["choose language"]
+other = "Choisir une autre langue:"
+
+[current]
+other = "actuelle"
+
+["word count"]
+one = "{{ .WordCount }} mot"
+other = "{{ .WordCount }} mots"
+
+["reading time"]
+one = "environ {{ .Count }} minute de lecture"
+other = "environ {{ .Count }} minutes de lecture"