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

github.com/EmielH/tale-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/fr.toml')
-rw-r--r--i18n/fr.toml17
1 files changed, 17 insertions, 0 deletions
diff --git a/i18n/fr.toml b/i18n/fr.toml
new file mode 100644
index 0000000..169a84f
--- /dev/null
+++ b/i18n/fr.toml
@@ -0,0 +1,17 @@
+[posts]
+other = "Articles"
+
+[about]
+other = "À propos"
+
+[writtenBy]
+other = "Écrit par"
+
+[on]
+other = "le"
+
+[generator]
+other = "Fait avec <a href='https://gohugo.io'>Hugo</a>, à partir du thème <a href='https://github.com/EmielH/tale-hugo/'>Tale</a>."
+
+[publishdate]
+other = "{{ .PublishDate.Day }} {{ index $.Site.Data.months_fr (printf \"%d\" .PublishDate.Month) }} {{ .PublishDate.Year }}"