From 3bbb659980b4160055df03355d7a933ba211d0df Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sun, 10 Aug 2025 20:23:22 +0200 Subject: Add country name translations --- src/euro/index.ccoins.gsp | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'src/euro') 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 -- cgit v1.2.3