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 }}