diff options
author | Thomas Voss <mail@thomasvoss.com> | 2025-08-10 20:23:22 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2025-08-10 20:23:22 +0200 |
commit | 3bbb659980b4160055df03355d7a933ba211d0df (patch) | |
tree | c00625c5b69db77a3dec771f07871b030bfec5ae /src/euro | |
parent | 2ebbe2e33234c25dc03c24a5f95c84fa3f52bcdf (diff) |
Add country name translations
Diffstat (limited to 'src/euro')
-rw-r--r-- | src/euro/index.ccoins.gsp | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/euro/index.ccoins.gsp b/src/euro/index.ccoins.gsp index ae16426..4f1392b 100644 --- a/src/euro/index.ccoins.gsp +++ b/src/euro/index.ccoins.gsp @@ -15,10 +15,9 @@ html lang="en" { main { section { header { - h1 {-__demonym Euro Coins} - h3 { - span {-__altnames} - span {-__percentage} + h1 {= + __name + __tr(__altnames) } } } @@ -150,4 +149,4 @@ html lang="en" { section { __include(foot.gsp) } } } -} +}
\ No newline at end of file |