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..779e415 --- /dev/null +++ b/i18n/de.toml @@ -0,0 +1,33 @@ +# More documentation here: https://github.com/nicksnyder/go-i18n +[home] +other = "Home" + +[posts] +other = "Beiträge" + +[at] +other = "bei" + +[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" diff --git a/i18n/en.toml b/i18n/en.toml index 6a5be72..a768334 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -5,6 +5,9 @@ other = "Home" [posts] other = "Posts" +[at] +other = "at" + [resume] other = "My resume" diff --git a/i18n/fr.toml b/i18n/fr.toml index 7067bdd..0640574 100644 --- a/i18n/fr.toml +++ b/i18n/fr.toml @@ -5,6 +5,9 @@ other = "Accueil" [posts] other = "Des postes" +[at] +other = "chez" + [resume] other = "Mon Curriculum vitæ" diff --git a/layouts/partials/sections/about.html b/layouts/partials/sections/about.html index ea00d6b..91ec060 100644 --- a/layouts/partials/sections/about.html +++ b/layouts/partials/sections/about.html @@ -12,7 +12,7 @@