From 1593a094e1e9cf3006a084883539533856e1b535 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Wed, 23 Jul 2025 20:01:32 +0200 Subject: Use a semi-in-house translation system --- src/templates/-error.html.tmpl | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) (limited to 'src/templates/-error.html.tmpl') 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 @@

- {{ .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." }}

- {{ .T ` - If this issue persists, don’t hesitate to contact @onetruemangoman - on Discord or to email us at %s.` - `` | 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") }}

-{{ end }} +{{ end }} \ No newline at end of file -- cgit v1.2.3