1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 03:12:10 +00:00

Added HeartGold & SoulSilver sets translations (#52)

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
Florian Bouillon 2021-08-14 13:35:03 +02:00 committed by GitHub
parent b33f68f506
commit 128016d292
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 22 additions and 6 deletions

View File

@ -4,7 +4,10 @@ const set: Serie = {
id: "hgss",
name: {
en: "HeartGold & SoulSilver",
fr: "HeartGold & SoulSilver"
fr: "HeartGold SoulSilver",
es: "HeartGold SoulSilver",
it: "HeartGold SoulSilver",
de: "HeartGold SoulSilver"
},
}

View File

@ -6,7 +6,10 @@ const hgssp: Set = {
name: {
en: "HGSS Black Star Promos",
fr: "Promo HGSS"
fr: "Promo HGSS",
es: "Promo HGSS",
it: "Promo HGSS",
de: "Promo HGSS"
},
serie: serie,

View File

@ -6,7 +6,10 @@ const hgss1: Set = {
name: {
en: "HeartGold SoulSilver",
fr: "HeartGold SoulSilver"
fr: "HeartGold SoulSilver",
es: "HeartGold SoulSilver",
it: "HeartGold SoulSilver",
de: "HeartGold SoulSilver"
},
serie: serie,

View File

@ -6,7 +6,9 @@ const hgss4: Set = {
name: {
en: "Triumphant",
fr: "Triomphant"
fr: "Triomphant",
it: "Triumphant",
de: "Triumphant"
},
serie: serie,

View File

@ -6,7 +6,9 @@ const hgss3: Set = {
name: {
en: "Undaunted",
fr: "Indomptable"
fr: "Indomptable",
it: "Senza Paura",
de: "Unerschrocken"
},
serie: serie,

View File

@ -6,7 +6,10 @@ const hgss2: Set = {
name: {
en: "Unleashed",
fr: "Déchaînement"
fr: "Déchaînement",
es: "Liberados",
it: "Forze Scatenate",
de: "Entfesselt"
},
serie: serie,