aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/templates/-error.html.tmpl
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2025-07-23 20:01:32 +0200
committerThomas Voss <mail@thomasvoss.com> 2025-07-23 20:01:32 +0200
commit1593a094e1e9cf3006a084883539533856e1b535 (patch)
tree493e016c3d07f8428bc1d8a7ffb4b69190f8816d /src/templates/-error.html.tmpl
parent5f1bd49cfef5852bbd539754fb31e8adada29ef3 (diff)
Use a semi-in-house translation system
Diffstat (limited to 'src/templates/-error.html.tmpl')
-rw-r--r--src/templates/-error.html.tmpl16
1 files changed, 4 insertions, 12 deletions
diff --git a/src/templates/-error.html.tmpl b/src/templates/-error.html.tmpl
index 47bff81..5b8258b 100644
--- a/src/templates/-error.html.tmpl
+++ b/src/templates/-error.html.tmpl
@@ -5,19 +5,11 @@
</header>
<main>
<p>
- {{ .T `
- If you’re seeing this page, it means that something went wrong on
- our end that we need to fix. Our team has been notified of this
- error, and we apologise for the inconvenience.
- ` }}
+ {{ .Get "If you’re seeing this page, it means that something went wrong on our end that we need to fix. Our team has been notified of this error, and we apologise for the inconvenience." }}
</p>
<p>
- {{ .T `
- If this issue persists, don’t hesitate to contact @onetruemangoman
- on Discord or to email us at %s.`
- `<a href="https://git.thomasvoss.com/www.euro-cash.eu"
- target="_blank">` | safe
- }}
+ {{ .Get "If this issue persists, don’t hesitate to contact ‘@onetruemangoman’ on Discord or to email us at %(Email:e)"
+ (map "Email" "mail@euro-cash.eu") }}
</p>
</main>
-{{ end }}
+{{ end }} \ No newline at end of file