From 3b0832b110d66b3916b4b7ca1ab2a12ebae54b61 Mon Sep 17 00:00:00 2001 From: Lukas Herzog Date: Tue, 13 Oct 2020 13:24:41 +0200 Subject: [PATCH] adding german basic translation --- exampleSite/config.yaml | 3 +++ i18n/de.toml | 30 ++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 i18n/de.toml diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml index ba2641e..fb41993 100644 --- a/exampleSite/config.yaml +++ b/exampleSite/config.yaml @@ -15,6 +15,9 @@ languages: bn: languageName: বাংলা weight: 3 + de: + languageName: Deutsch + weight: 4 # Force a locale to be use, really useful to develop the application ! Should be commented in production, the "weight" should rocks. # DefaultContentLanguage: fr diff --git a/i18n/de.toml b/i18n/de.toml new file mode 100644 index 0000000..1c1ecae --- /dev/null +++ b/i18n/de.toml @@ -0,0 +1,30 @@ +# More documentation here: https://github.com/nicksnyder/go-i18n +[home] +other = "Home" + +[posts] +other = "Beiträge" + +[resume] +other = "Mein Lebenslauf" + +[navigation] +other = "Navigation" + +[contact_me] +other = "Kontakt aufnehmen" + +[newsletter_text] +other = "Mit dem Newsletter auf dem neuesten Stand bleiben" + +[newsletter_input_placeholder] +other = "E-Mail-Adresse eingeben" + +[newsletter_warning] +other = "Wir werden Ihre E-Mail-Adresse nicht an Dritte weitergeben." + +[submit] +other = "Absenden" + +[hugoAttributionText] +other = "Powered by"