Skip to content

Commit

Permalink
Merge pull request #108 from rlespinasse/french
Browse files Browse the repository at this point in the history
Add French translation
  • Loading branch information
Track3 authored Dec 17, 2019
2 parents f647c23 + a35fa27 commit fc2dea0
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions i18n/fr.toml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit fc2dea0

Please sign in to comment.