From 0da2b11f330b7665e6e7a7e822443004ce221dbc Mon Sep 17 00:00:00 2001 From: Giuseppe Pignataro Date: Sun, 3 Feb 2019 13:01:39 +0100 Subject: [PATCH] Added Deutsch Translation --- i18n/de.toml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 i18n/de.toml diff --git a/i18n/de.toml b/i18n/de.toml new file mode 100644 index 0000000..811caff --- /dev/null +++ b/i18n/de.toml @@ -0,0 +1,34 @@ +# Translations for Deutsch +# https://gohugo.io/content-management/multilingual/#translation-of-strings + +# Single.html + +[Written] +other = "Geschrieben" + +[by] +other = "durch" + +[with] +other = "mit" + +[on] +other = "auf" + +[in] +other = "im" + +[Author] +other = "Autor" + +[Link] +other = "Verknüpfung" + +[Tag] +other = "Etikett" + +[Home] +other = "Zuhause" + +[back] +other = "Zurück" \ No newline at end of file