added translation for "at" in about sec
This commit is contained in:
parent
3b0832b110
commit
ec9b6cbc6a
3 changed files with 7 additions and 1 deletions
|
@ -5,6 +5,9 @@ other = "Home"
|
|||
[posts]
|
||||
other = "Beiträge"
|
||||
|
||||
[at]
|
||||
other = "bei"
|
||||
|
||||
[resume]
|
||||
other = "Mein Lebenslauf"
|
||||
|
||||
|
|
|
@ -5,6 +5,9 @@ other = "Accueil"
|
|||
[posts]
|
||||
other = "Des postes"
|
||||
|
||||
[at]
|
||||
other = "chez"
|
||||
|
||||
[resume]
|
||||
other = "Mon Curriculum vitæ"
|
||||
|
||||
|
|
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue