aboutsummaryrefslogtreecommitdiff
path: root/i18n
diff options
context:
space:
mode:
Diffstat (limited to 'i18n')
-rw-r--r--i18n/fr.toml38
1 files changed, 38 insertions, 0 deletions
diff --git a/i18n/fr.toml b/i18n/fr.toml
new file mode 100644
index 0000000..1623093
--- /dev/null
+++ b/i18n/fr.toml
@@ -0,0 +1,38 @@
+# Translations for French
+# https://gohugo.io/content-management/multilingual/#translation-of-strings
+
+# 404.html
+#
+[notFound]
+other = "Oh non! page non-trouvée…"
+
+[home]
+other = "Accueil"
+
+[archives]
+other = "Archives"
+
+# posts/single.html
+#
+[seeAlso]
+other = "Voir également"
+
+[wordCount]
+other = "{{ .WordCount }} mots"
+
+[tableOfContents]
+other = "Sommaire"
+
+[newer]
+other = "Suivant"
+
+[older]
+other = "Précédent"
+
+# partials/header.html
+#
+[menu]
+other = "Menu"
+
+[featuredImage]
+other = "Image sélectionnée"