From cd42aaf59b1bd950f11bccdb04b8bca2e29b63ea Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Wed, 23 Jul 2025 22:18:23 +0200 Subject: More some pages to the new translations system --- src/templates/banknotes.html.tmpl | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) (limited to 'src/templates/banknotes.html.tmpl') diff --git a/src/templates/banknotes.html.tmpl b/src/templates/banknotes.html.tmpl index 1a171db..7349dcf 100644 --- a/src/templates/banknotes.html.tmpl +++ b/src/templates/banknotes.html.tmpl @@ -1,14 +1,11 @@ {{ define "content" }}
{{ template "navbar" . }} -

{{ .T "Euro Banknotes" }}

+

{{ .Get "Euro Banknotes" }}

- {{ .T ` - On this section of the site you can find everything there is to - know about the banknotes of the Eurozone. - ` }} + {{ .Get "On this section of the site you can find everything there is to know about the banknotes of the Eurozone." }}


@@ -16,30 +13,30 @@
-

{{ .T "Designs" }}

+

{{ .Get "Designs" }}

- {{ .T "View the different Euro-note designs!" }} + {{ .Get "View the different Euro-note designs!" }}
-

{{ .T "Location Codes" }}

+

{{ .Get "Location Codes" }}

- {{ .T "Find out where your notes were printed!" }} + {{ .Get "Find out where your notes were printed!" }}
-

{{ .T "Test Notes" }}

+

{{ .Get "Test Notes" }}

- {{ .T "Learn about the special test notes!" }} + {{ .Get "Learn about the special test notes!" }}
-- cgit v1.2.3