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/de.toml Normal file
View file

@ -0,0 +1,36 @@
# Translations for English
# https://gohugo.io/content-management/multilingual/#translation-of-strings
# Generic
#
[translations]
other = "Übersetzungen"
[postAvailable]
other = "Auch verfügbar auf"
# 404.html
#
[archives]
other = "Archiv"
[home]
other = "Home"
[notFound]
other = "Oops, Seite nicht gefunden ..."
# posts/single.html
#
[readingTime]
one = "Eine Minute"
other = "{{ .Count }} Minuten"
[tableOfContents]
other = "Inhaltsverzeichnis"
[wordCount]
one = "Ein Wort"
other = "{{ .Count }} Wörter"