From ec9b6cbc6a5f50353200be830a7a0f73929157f8 Mon Sep 17 00:00:00 2001 From: Lukas Herzog Date: Tue, 13 Oct 2020 13:28:26 +0200 Subject: [PATCH] added translation for "at" in about sec --- i18n/de.toml | 3 +++ i18n/fr.toml | 3 +++ layouts/partials/sections/about.html | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/i18n/de.toml b/i18n/de.toml index 1c1ecae..779e415 100644 --- a/i18n/de.toml +++ b/i18n/de.toml @@ -5,6 +5,9 @@ other = "Home" [posts] other = "Beiträge" +[at] +other = "bei" + [resume] other = "Mein Lebenslauf" 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 @@
{{ .designation }} {{ if .company }} - at {{ .company.name }} + {{ i18n "at"}} {{ .company.name }} {{ end }}
{{ end }}