aboutsummaryrefslogtreecommitdiff
path: root/i18n/fr.toml
diff options
context:
space:
mode:
authorTrack3 <34504964+Track3@users.noreply.github.com>2019-12-17 21:29:28 +0800
committerGitHub <noreply@github.com>2019-12-17 21:29:28 +0800
commitfc2dea04366bc3416aa1f35bbfa860d7843b0ca7 (patch)
treea4f563646440a8d272528180f8095bcac818b364 /i18n/fr.toml
parentf647c23dac5bc6b0ab67552f8590470793b102d8 (diff)
parenta35fa271927be2599382bc9f041afcc1d3b9103e (diff)
Merge pull request #108 from rlespinasse/french
Add French translation
Diffstat (limited to 'i18n/fr.toml')
-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"