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

{{ .T "Euro Coin Designs" }}

+

{{ .Get "Euro Coin Designs" }}

- {{ .T ` - Here you’ll be able to view all the coin designs for each country - in the Eurozone. This section of the site doesn’t include minor - varieties such as different mintmarks or errors; those are on the - %svarieties%s page.` - `` `` | safe - }} + {{ .Get "Here you’ll be able to view all the coin designs for each country in the Eurozone. This section of the site doesn’t include minor varieties such as different mintmarks or errors; those are on the {Link:l}varieties{-:E} page." + (map "Link" "/coins/varieties") }}


@@ -19,11 +14,11 @@ {{ range .Countries }} - {{ $p.T .Name }} + {{ $p.Get .Name }} {{ end }}
-- cgit v1.2.3