1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-30 06:08:35 +00:00

Make error pages translatable (#11163)

* make error pages translatable

* dont translate ":"

* link need Safe
This commit is contained in:
6543
2020-04-28 01:03:15 +02:00
committed by GitHub
parent 6a3de9e25f
commit 41cebeb8fa
3 changed files with 8 additions and 4 deletions

View File

@@ -5,6 +5,6 @@
<div class="ui divider"></div>
<br>
<p>{{.i18n.Tr "error404" | Safe}}
{{if .ShowFooterVersion}}<p>Application Version: {{AppVer}}</p>{{end}}
{{if .ShowFooterVersion}}<p>{{.i18n.Tr "admin.config.app_ver"}}: {{AppVer}}</p>{{end}}
</div>
{{template "base/footer" .}}