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

View file

@ -1,21 +1,36 @@
# Translations for English
# https://gohugo.io/content-management/multilingual/#translation-of-strings
# Generic
#
[translations]
other = "Translations"
[postAvailable]
other = "Also available in"
# 404.html
#
[notFound]
other = "Oops, page not found…"
[archives]
other = "Archives"
[home]
other = "Home"
[archives]
other = "Archives"
[notFound]
other = "Oops, page not found…"
# posts/single.html
#
[wordCount]
other = "{{ .WordCount }} Words"
[readingTime]
one = "One minute"
other = "{{ .Count }} minutes"
[tableOfContents]
other = "Table of Contents"
[wordCount]
one = "One Word"
other = "{{ .Count }} Words"