1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-23 04:19:18 +00:00

fix: Add Portuguese Sets/Series names translations (#186)

Signed-off-by: Avior <github@avior.me>
This commit is contained in:
2021-11-22 15:51:59 +01:00
committed by GitHub
parent b365c15559
commit b70c73d43e
78 changed files with 156 additions and 78 deletions

View File

@ -9,7 +9,8 @@ const hgss1: Set = {
fr: "HeartGold SoulSilver",
es: "HeartGold SoulSilver",
it: "HeartGold SoulSilver",
de: "HeartGold SoulSilver"
de: "HeartGold SoulSilver",
pt: "HeartGold SoulSilver"
},
serie: serie,

View File

@ -8,7 +8,8 @@ const hgss4: Set = {
en: "Triumphant",
fr: "Triomphant",
it: "Battaglie Trionfali",
de: "Triumph"
de: "Triumph",
pt: "Triunfante"
},
serie: serie,

View File

@ -8,7 +8,8 @@ const hgss3: Set = {
en: "Undaunted",
fr: "Indomptable",
it: "Senza Paura",
de: "Unerschrocken"
de: "Unerschrocken",
pt: "Destemido"
},
serie: serie,

View File

@ -9,7 +9,8 @@ const hgss2: Set = {
fr: "Déchaînement",
es: "Liberados",
it: "Forze Scatenate",
de: "Entfesselt"
de: "Entfesselt",
pt: "Revelado"
},
serie: serie,