diff options
author | Thomas Voss <mail@thomasvoss.com> | 2025-07-24 20:40:42 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2025-07-24 20:40:42 +0200 |
commit | 1229eac801771fd12bcc885d393ef1727c02eddc (patch) | |
tree | 785da8ceddd0a6db494cc5039f9154b661537175 /src/templates/coins-designs-nl.html.tmpl | |
parent | 94a2f1efa0da1d1d91d2af736c0dab720c9512b2 (diff) |
Update the translation system
Diffstat (limited to 'src/templates/coins-designs-nl.html.tmpl')
-rw-r--r-- | src/templates/coins-designs-nl.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/templates/coins-designs-nl.html.tmpl b/src/templates/coins-designs-nl.html.tmpl index c99d308..e98e77b 100644 --- a/src/templates/coins-designs-nl.html.tmpl +++ b/src/templates/coins-designs-nl.html.tmpl @@ -4,7 +4,7 @@ <h1>{{ .Get "Dutch Euro Coin Designs" }}</h1> </header> <main> - {{ $nlargs := (map "DutchStart" `<span lang="nl"><em>` "DutchEnd" `</em></span>`) }} + {{ $nlargs := (map "DutchStart" `<span lang="nl"><em>` "DutchEnd" "em,span") }} <div class="design-container"> <img alt="Dutch €0.50 coin (Queen Beatrix)" @@ -30,7 +30,7 @@ </p> <p> <!-- TODO: Get a picture of the edge-inscription --> - {{ .Get "Coins featuring both monarchs contain text reading ‘{DutchStart:r}BEATRIX KONINGIN DER NEDERLANDEN{DutchEnd:r}’ (English: ‘BEATRIX QUEEN OF THE NETHERLANDS’) and ‘{DutchStart:r}Willem-Alexander Koning der Nederlanden{DutchEnd:r}’ (English: ‘Willem-Alexander King of the Netherlands’) respectively. The €2 coins also feature an edge-inscription reading ‘{DutchStart:r}GOD ⋆ ZIJ ⋆ MET ⋆ ONS ⋆{DutchEnd:r}’ (English: ‘GOD ⋆ IS ⋆ WITH ⋆ US ⋆’)." + {{ .Get "Coins featuring both monarchs contain text reading ‘{DutchStart:r}BEATRIX KONINGIN DER NEDERLANDEN{DutchEnd:E}’ (English: ‘BEATRIX QUEEN OF THE NETHERLANDS’) and ‘{DutchStart:r}Willem-Alexander Koning der Nederlanden{DutchEnd:E}’ (English: ‘Willem-Alexander King of the Netherlands’) respectively. The €2 coins also feature an edge-inscription reading ‘{DutchStart:r}GOD ⋆ ZIJ ⋆ MET ⋆ ONS ⋆{DutchEnd:E}’ (English: ‘GOD ⋆ IS ⋆ WITH ⋆ US ⋆’)." $nlargs }} </p> <p> |