From 578a17ce746fdd4bc39e7915b2ff7e533355d462 Mon Sep 17 00:00:00 2001 From: "JH220 aka. Jan-Hendrik" Date: Sat, 10 Feb 2024 19:41:07 +0000 Subject: [PATCH] Added german translation --- i18n/de.toml | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 i18n/de.toml diff --git a/i18n/de.toml b/i18n/de.toml new file mode 100644 index 0000000..0937b13 --- /dev/null +++ b/i18n/de.toml @@ -0,0 +1,41 @@ +# Translations for German +# https://gohugo.io/content-management/multilingual/#translation-of-strings + +# 404.html +# +[notFound] +other = "Seite nicht gefunden…" + +[home] +other = "Startseite" + +[archives] +other = "Archive" + +# posts/single.html +# +[seeAlso] +other = "Siehe auch" + +[wordCount] +other = "{{ .WordCount }} Wörter" + +[tableOfContents] +other = "Inhalt" + +[newer] +other = "Neuer" + +[older] +other = "Älter" + +# partials/header.html +# +[menu] +other = "Menü" + +[share] +other = "Teilen" + +[featuredImage] +other = "Ausgewähltes Bild"