summaryrefslogtreecommitdiffhomepage
path: root/src/world
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2025-08-10 20:23:22 +0200
committerThomas Voss <mail@thomasvoss.com> 2025-08-10 20:23:22 +0200
commit3bbb659980b4160055df03355d7a933ba211d0df (patch)
treec00625c5b69db77a3dec771f07871b030bfec5ae /src/world
parent2ebbe2e33234c25dc03c24a5f95c84fa3f52bcdf (diff)
Add country name translations
Diffstat (limited to 'src/world')
-rw-r--r--src/world/coins/br/index.gsp7
-rw-r--r--src/world/coins/us/index.gsp2
-rw-r--r--src/world/notes/ez/index.gsp4
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