From c4eb9870684eab796bf8388db3d3370e27c33b2e Mon Sep 17 00:00:00 2001 From: Giuseppe Pignataro Date: Sun, 3 Feb 2019 13:01:09 +0100 Subject: [PATCH] Added French Translation --- i18n/fr.toml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 i18n/fr.toml diff --git a/i18n/fr.toml b/i18n/fr.toml new file mode 100644 index 0000000..dd5ea5c --- /dev/null +++ b/i18n/fr.toml @@ -0,0 +1,34 @@ +# Translations for French +# https://gohugo.io/content-management/multilingual/#translation-of-strings + +# Single.html + +[Written] +other = "Écrit" + +[by] +other = "par" + +[with] +other = "avec" + +[on] +other = "sur" + +[in] +other = "dans" + +[Author] +other = "Auteur" + +[Link] +other = "Lien" + +[Tag] +other = "Étiquette" + +[Home] +other = "Accueil" + +[back] +other = "Retour" \ No newline at end of file