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] [posts]
other = "Beiträge" other = "Beiträge"
[at]
other = "bei"
[resume] [resume]
other = "Mein Lebenslauf" other = "Mein Lebenslauf"

View file

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

View file

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