summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/rosetta/bg/messages.gotext.json5
-rw-r--r--src/rosetta/el/messages.gotext.json5
-rw-r--r--src/rosetta/en/messages.gotext.json7
-rw-r--r--src/rosetta/nl/messages.gotext.json5
-rw-r--r--src/templates/base.html.tmpl3
5 files changed, 23 insertions, 2 deletions
diff --git a/src/rosetta/bg/messages.gotext.json b/src/rosetta/bg/messages.gotext.json
index b1c3b47..9fd86ff 100644
--- a/src/rosetta/bg/messages.gotext.json
+++ b/src/rosetta/bg/messages.gotext.json
@@ -202,6 +202,11 @@
"translation": ""
},
{
+ "id": "Euro Cash",
+ "message": "Euro Cash",
+ "translation": ""
+ },
+ {
"id": "Found a mistake or want to contribute missing information?",
"message": "Found a mistake or want to contribute missing information?",
"translation": ""
diff --git a/src/rosetta/el/messages.gotext.json b/src/rosetta/el/messages.gotext.json
index c903fa9..4a7d1b0 100644
--- a/src/rosetta/el/messages.gotext.json
+++ b/src/rosetta/el/messages.gotext.json
@@ -202,6 +202,11 @@
"translation": ""
},
{
+ "id": "Euro Cash",
+ "message": "Euro Cash",
+ "translation": ""
+ },
+ {
"id": "Found a mistake or want to contribute missing information?",
"message": "Found a mistake or want to contribute missing information?",
"translation": ""
diff --git a/src/rosetta/en/messages.gotext.json b/src/rosetta/en/messages.gotext.json
index 0e09e33..138998d 100644
--- a/src/rosetta/en/messages.gotext.json
+++ b/src/rosetta/en/messages.gotext.json
@@ -282,6 +282,13 @@
"fuzzy": true
},
{
+ "id": "Euro Cash",
+ "message": "Euro Cash",
+ "translation": "Euro Cash",
+ "translatorComment": "Copied from source.",
+ "fuzzy": true
+ },
+ {
"id": "Found a mistake or want to contribute missing information?",
"message": "Found a mistake or want to contribute missing information?",
"translation": "Found a mistake or want to contribute missing information?",
diff --git a/src/rosetta/nl/messages.gotext.json b/src/rosetta/nl/messages.gotext.json
index ea7134a..cf2655f 100644
--- a/src/rosetta/nl/messages.gotext.json
+++ b/src/rosetta/nl/messages.gotext.json
@@ -202,6 +202,11 @@
"translation": ""
},
{
+ "id": "Euro Cash",
+ "message": "Euro Cash",
+ "translation": ""
+ },
+ {
"id": "Found a mistake or want to contribute missing information?",
"message": "Found a mistake or want to contribute missing information?",
"translation": ""
diff --git a/src/templates/base.html.tmpl b/src/templates/base.html.tmpl
index 0d5e731..ee4dfec 100644
--- a/src/templates/base.html.tmpl
+++ b/src/templates/base.html.tmpl
@@ -4,8 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="/style.css" type="text/css" rel="stylesheet">
- <!-- TODO: Translate website name -->
- <title>Euro Cash</title>
+ <title>{{ .T "Euro Cash" }}</title>
<script type="text/javascript">
const $ = q => document.querySelector(q);
const $$ = q => document.querySelectorAll(q);