Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/hossainemruz/toha.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Herzog <git@lukasherzog.de>2020-10-13 15:06:07 +0300
committerGitHub <noreply@github.com>2020-10-13 15:06:07 +0300
commitf9a3d3a49e43cfbcfd0c5ae42c6475184cfb52f1 (patch)
tree88218df58bdeb8a0f128748a8955e8f5f5e794f5 /layouts
parent1df947bed2dfc2a529eead5138820c2aefbc7509 (diff)
German Translation (#97)
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/sections/about.html2
1 files changed, 1 insertions, 1 deletions
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 @@
<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 }}