added translation for "at" in about sec

This commit is contained in:
Lukas Herzog 2020-10-13 13:28:26 +02:00
parent 3b0832b110
commit ec9b6cbc6a
3 changed files with 7 additions and 1 deletions

View file

@ -5,6 +5,9 @@ other = "Home"
[posts]
other = "Beiträge"
[at]
other = "bei"
[resume]
other = "Mein Lebenslauf"

View file

@ -5,6 +5,9 @@ other = "Accueil"
[posts]
other = "Des postes"
[at]
other = "chez"
[resume]
other = "Mon Curriculum vitæ"

View file

@ -12,7 +12,7 @@
<h5 class="p-1">
{{ .designation }}
{{ if .company }}
at <a href="{{ .company.url }}">{{ .company.name }}</a>
{{ i18n "at"}} <a href="{{ .company.url }}">{{ .company.name }}</a>
{{ end }}
</h5>
{{ end }}