aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/templates/-base.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/-base.html.tmpl
parent5f1bd49cfef5852bbd539754fb31e8adada29ef3 (diff)
Use a semi-in-house translation system
Diffstat (limited to 'src/templates/-base.html.tmpl')
-rw-r--r--src/templates/-base.html.tmpl10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/templates/-base.html.tmpl b/src/templates/-base.html.tmpl
index 2a33cc3..388561b 100644
--- a/src/templates/-base.html.tmpl
+++ b/src/templates/-base.html.tmpl
@@ -1,10 +1,10 @@
<!DOCTYPE html>
-<html lang={{ .Printer.Locale.Bcp }}>
+<html lang={{ .Printer.Bcp }}>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="/style.min.css" type="text/css" rel="stylesheet">
- <title>{{ .T "Euro Cash" }}</title>
+ <title>{{ .Get "Euro Cash" }}</title>
<script type="text/javascript">
const $ = q => document.querySelector(q);
const $$ = q => document.querySelectorAll(q);
@@ -33,10 +33,10 @@
<footer>
<p>
<small>
- {{ .T "Found a mistake or want to contribute missing information?" }}
- <a href="/about">{{ .T "Feel free to contact us!" }}</a>
+ {{ .Get "Found a mistake or want to contribute missing information?" }}
+ <a href="/about">{{ .Get "Feel free to contact us!" }}</a>
</small>
</p>
</footer>
</body>
-</html>
+</html> \ No newline at end of file