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/world/coins/br/index.gsp | |
parent | 2ebbe2e33234c25dc03c24a5f95c84fa3f52bcdf (diff) |
Add country name translations
Diffstat (limited to 'src/world/coins/br/index.gsp')
-rw-r--r-- | src/world/coins/br/index.gsp | 7 |
1 files changed, 5 insertions, 2 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 |