Add translations and support for fr

This commit is contained in:
Djordje Atlialp 2019-02-02 20:58:44 +01:00
parent dd97a04af1
commit 9f48eb6245
No known key found for this signature in database
GPG key ID: 02849100E934D92C
3 changed files with 93 additions and 6 deletions

36
i18n/fr.toml Normal file
View file

@ -0,0 +1,36 @@
# Translations for France
# https://gohugo.io/content-management/multilingual/#translation-of-strings
# Generic
#
[translations]
other = "Traductions"
[postAvailable]
other = "Aussi disponible en"
# 404.html
#
[archives]
other = "Les archives"
[home]
other = "Accueil"
[notFound]
other = "Oups, page non trouvée …"
# posts/single.html
#
[readingTime]
one = "Une minute"
other = "{{ .Count }} minutes"
[tableOfContents]
other = "Table des matières"
[wordCount]
one = "Une Mot"
other = "{{ .Count }} Mots"