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/coins.html.tmpl | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) (limited to 'src/templates/coins.html.tmpl') diff --git a/src/templates/coins.html.tmpl b/src/templates/coins.html.tmpl index 481771c..6fbdf15 100644 --- a/src/templates/coins.html.tmpl +++ b/src/templates/coins.html.tmpl @@ -1,14 +1,11 @@ {{ define "content" }}
{{ template "navbar" . }} -

{{ .T "Euro Coins" }}

+

{{ .Get "Euro Coins" }}

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


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

{{ .T "Designs" }}

+

{{ .Get "Designs" }}

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

{{ .T "Mintages" }}

+

{{ .Get "Mintages" }}

- {{ .T "View the mintage figures of all the Euro coins!" }} + {{ .Get "View the mintage figures of all the Euro coins!" }}
-

{{ .T "Varieties" }}

+

{{ .Get "Varieties" }}

- {{ .T "View all the known Euro varieties!" }} + {{ .Get "View all the known Euro varieties!" }}
-- cgit v1.2.3