Skip to content

Commit

Permalink
Add French translation
Browse files Browse the repository at this point in the history
  • Loading branch information
rlespinasse committed Oct 27, 2019
1 parent f647c23 commit a35fa27
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 a35fa27

Please sign in to comment.