diff options
Diffstat (limited to 'src/world')
-rw-r--r-- | src/world/coins/br/index.gsp | 7 | ||||
-rw-r--r-- | src/world/coins/us/index.gsp | 2 | ||||
-rw-r--r-- | src/world/notes/ez/index.gsp | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/src/world/coins/br/index.gsp b/src/world/coins/br/index.gsp index 0045ff3..2e9950b 100644 --- a/src/world/coins/br/index.gsp +++ b/src/world/coins/br/index.gsp @@ -13,7 +13,10 @@ html lang="en" { main { section { header { - h1 {-Brazilian Coins} + h1 {= + Brazil + @span lang="pt" .translation {-Brasil} + } } } @@ -80,4 +83,4 @@ html lang="en" { section { __include(foot.gsp) } } } -} +}
\ No newline at end of file diff --git a/src/world/coins/us/index.gsp b/src/world/coins/us/index.gsp index 62de70b..6d27e25 100644 --- a/src/world/coins/us/index.gsp +++ b/src/world/coins/us/index.gsp @@ -13,7 +13,7 @@ html lang="en" { main { section { header { - h1 {-American Coins} + h1 {-United States of America} } } diff --git a/src/world/notes/ez/index.gsp b/src/world/notes/ez/index.gsp index c62db8c..5139cad 100644 --- a/src/world/notes/ez/index.gsp +++ b/src/world/notes/ez/index.gsp @@ -13,7 +13,7 @@ html lang="en" { main { section { header { - h1 {-Eurozone Banknotes} + h1 {-Eurozone} } } @@ -57,4 +57,4 @@ html lang="en" { section { __include(foot.gsp) } } } -} +}
\ No newline at end of file |