From c60251ec546224a7eef10fd873c56fd1e3caadd1 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Fri, 1 Aug 2025 20:50:38 +0200 Subject: Use context for country names --- src/templates/banknotes-codes.html.tmpl | 90 ++++++++++++++++----------------- 1 file changed, 45 insertions(+), 45 deletions(-) (limited to 'src/templates') diff --git a/src/templates/banknotes-codes.html.tmpl b/src/templates/banknotes-codes.html.tmpl index a921644..2ff6395 100644 --- a/src/templates/banknotes-codes.html.tmpl +++ b/src/templates/banknotes-codes.html.tmpl @@ -58,67 +58,67 @@ D - {{ .Get "Estonia" }} + {{ .GetC "Estonia" "Country Name" }} E - {{ .Get "Slovakia" }} + {{ .GetC "Slovakia" "Country Name" }} F - {{ .Get "Malta" }} + {{ .GetC "Malta" "Country Name" }} G - {{ .Get "Cyprus" }} + {{ .GetC "Cyprus" "Country Name" }} H - {{ .Get "Slovenia" }} + {{ .GetC "Slovenia" "Country Name" }} L - {{ .Get "Finland" }} + {{ .GetC "Finland" "Country Name" }} M - {{ .Get "Portugal" }} + {{ .GetC "Portugal" "Country Name" }} N - {{ .Get "Austria" }} + {{ .GetC "Austria" "Country Name" }} P - {{ .Get "Netherlands" }} + {{ .GetC "Netherlands" "Country Name" }} S - {{ .Get "Italy" }} + {{ .GetC "Italy" "Country Name" }} T - {{ .Get "Ireland" }} + {{ .GetC "Ireland" "Country Name" }} U - {{ .Get "France" }} + {{ .GetC "France" "Country Name" }} V - {{ .Get "Spain" }} + {{ .GetC "Spain" "Country Name" }} X - {{ .Get "Germany" }} + {{ .GetC "Germany" "Country Name" }} Y - {{ .Get "Greece" }} + {{ .GetC "Greece" "Country Name" }} Z - {{ .Get "Belgium" }} + {{ .GetC "Belgium" "Country Name" }} @@ -138,17 +138,17 @@ D - {{ .Get "Finland" }} + {{ .GetC "Finland" "Country Name" }} SETEC E - {{ .Get "France" }} + {{ .GetC "France" "Country Name" }} Oberthur F - {{ .Get "Austria" }} + {{ .GetC "Austria" "Country Name" }} Österreichische Banknoten- und Sicherheitsdruck GmbH @@ -157,57 +157,57 @@ G - {{ .Get "Netherlands" }} + {{ .GetC "Netherlands" "Country Name" }} Koninklijke Joh. Enschedé H - {{ .Get "United Kingdom" }} + {{ .GetC "United Kingdom" "Country Name" }} De La Rue J - {{ .Get "Italy" }} + {{ .GetC "Italy" "Country Name" }} {{ .Get "Bank of Italy" }} K - {{ .Get "Ireland" }} + {{ .GetC "Ireland" "Country Name" }} {{ .Get "Central Bank of Ireland" }} L - {{ .Get "France" }} + {{ .GetC "France" "Country Name" }} {{ .Get "Bank of France" }} M - {{ .Get "Spain" }} + {{ .GetC "Spain" "Country Name" }} {{ .Get "Royal Mint of Spain" }} N - {{ .Get "Greece" }} + {{ .GetC "Greece" "Country Name" }} {{ .Get "Bank of Greece" }} P - {{ .Get "Germany" }} + {{ .GetC "Germany" "Country Name" }} Giesecke+Devrient GmbH R - {{ .Get "Germany" }} + {{ .GetC "Germany" "Country Name" }} Bundesdruckerei GmbH T - {{ .Get "Belgium" }} + {{ .GetC "Belgium" "Country Name" }} {{ .Get "National Bank of Belgium" }} U - {{ .Get "Portugal" }} + {{ .GetC "Portugal" "Country Name" }} Valora S.A. @@ -227,22 +227,22 @@ E - {{ .Get "France" }} + {{ .GetC "France" "Country Name" }} Oberthur F - {{ .Get "Bulgaria" }} + {{ .GetC "Bulgaria" "Country Name" }} Oberthur Fiduciaire AD M - {{ .Get "Portugal" }} + {{ .GetC "Portugal" "Country Name" }} Valora S.A. N - {{ .Get "Austria" }} + {{ .GetC "Austria" "Country Name" }} Österreichische Banknoten- und Sicherheitsdruck GmbH @@ -251,52 +251,52 @@ P - {{ .Get "Netherlands" }} + {{ .GetC "Netherlands" "Country Name" }} Koninklijke Joh. Enschedé R - {{ .Get "Germany" }} + {{ .GetC "Germany" "Country Name" }} Bundesdruckerei GmbH S - {{ .Get "Italy" }} + {{ .GetC "Italy" "Country Name" }} {{ .Get "Bank of Italy" }} T - {{ .Get "Ireland" }} + {{ .GetC "Ireland" "Country Name" }} {{ .Get "Central Bank of Ireland" }} U - {{ .Get "France" }} + {{ .GetC "France" "Country Name" }} {{ .Get "Bank of France" }} V - {{ .Get "Spain" }} + {{ .GetC "Spain" "Country Name" }} {{ .Get "Royal Mint of Spain" }} W - {{ .Get "Germany" }} + {{ .GetC "Germany" "Country Name" }} Giesecke+Devrient GmbH {{ .Get "Leipzig" }} X - {{ .Get "Germany" }} + {{ .GetC "Germany" "Country Name" }} Giesecke+Devrient GmbH {{ .Get "Munich" }} Y - {{ .Get "Greece" }} + {{ .GetC "Greece" "Country Name" }} {{ .Get "Bank of Greece" }} Z - {{ .Get "Belgium" }} + {{ .GetC "Belgium" "Country Name" }} {{ .Get "National Bank of Belgium" }} @@ -316,4 +316,4 @@ alt={{ $p.GetN "Printer code on a {N} euro bill" "Printer code on a {N} euro bill" $d $args }} > -{{ end }} +{{ end }} \ No newline at end of file -- cgit v1.2.3