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-codes.html.tmpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/templates/banknotes-codes.html.tmpl') diff --git a/src/templates/banknotes-codes.html.tmpl b/src/templates/banknotes-codes.html.tmpl index 5e4eb47..9136c32 100644 --- a/src/templates/banknotes-codes.html.tmpl +++ b/src/templates/banknotes-codes.html.tmpl @@ -18,8 +18,8 @@
{{ .Get "2002 Series Printer Codes" }}

- {{ .Get "All these images are taken from %(Link:r)." - (map "Link" `eurobilltracker.com`) }} + {{ .Get "All these images are taken from {Link:L}eurobilltracker.com{-:E}." + (map "Link" "https://eurobilltracker.com") }}

{{ template "banknotes/codes/code-pos" (tuple .Printer 5 "2002") }} {{ template "banknotes/codes/code-pos" (tuple .Printer 10 "2002") }} @@ -309,11 +309,11 @@ {{ $args := (map "N" $d) }}
{{/* TRANSLATORS: As in ‘5 Euro Banknote’ */}} - {{ $p.GetN "%(N) Euro" "%(N) Euro" $d $args }} + {{ $p.GetN "{N} Euro" "{N} Euro" $d $args }} {{
{{ end }} \ No newline at end of file -- cgit v1.2.3