diff options
author | Thomas Voss <mail@thomasvoss.com> | 2025-07-23 22:18:23 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2025-07-23 22:18:23 +0200 |
commit | cd42aaf59b1bd950f11bccdb04b8bca2e29b63ea (patch) | |
tree | f3891b1b56cfda61dc3ecf288c84c6b4de27b35b /src/templates/banknotes-codes.html.tmpl | |
parent | 39ef34912e46019e72bf342075d12d6d66416ded (diff) |
More some pages to the new translations system
Diffstat (limited to 'src/templates/banknotes-codes.html.tmpl')
-rw-r--r-- | src/templates/banknotes-codes.html.tmpl | 8 |
1 files changed, 4 insertions, 4 deletions
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 @@ <details> <summary>{{ .Get "2002 Series Printer Codes" }}</summary> <p> - {{ .Get "All these images are taken from %(Link:r)." - (map "Link" `<a href="https://eurobilltracker.com" target="_blank">eurobilltracker.com</a>`) }} + {{ .Get "All these images are taken from {Link:L}eurobilltracker.com{-:E}." + (map "Link" "https://eurobilltracker.com") }} </p> {{ 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) }} <details> {{/* TRANSLATORS: As in ‘5 Euro Banknote’ */}} - <summary>{{ $p.GetN "%(N) Euro" "%(N) Euro" $d $args }}</summary> + <summary>{{ $p.GetN "{N} Euro" "{N} Euro" $d $args }}</summary> <img class="big" src={{ sprintf "/codes/%s-%03d.jpg" (index . 2) $d }} - alt={{ $p.GetN "Printer code on a %(N) euro bill" "Printer code on a %(N) euro bill" $d $args }} + alt={{ $p.GetN "Printer code on a {N} euro bill" "Printer code on a {N} euro bill" $d $args }} > </details> {{ end }}
\ No newline at end of file |