diff options
| author | Track3 <34504964+Track3@users.noreply.github.com> | 2019-12-17 21:29:28 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-17 21:29:28 +0800 |
| commit | fc2dea04366bc3416aa1f35bbfa860d7843b0ca7 (patch) | |
| tree | a4f563646440a8d272528180f8095bcac818b364 | |
| parent | f647c23dac5bc6b0ab67552f8590470793b102d8 (diff) | |
| parent | a35fa271927be2599382bc9f041afcc1d3b9103e (diff) | |
Merge pull request #108 from rlespinasse/french
Add French translation
| -rw-r--r-- | i18n/fr.toml | 38 |
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" |
