mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16:19:18 +00:00
feat: Added XY Datas for other languages (#265)
This commit is contained in:
@ -5,6 +5,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Shroomish",
|
||||
fr: "Balignon",
|
||||
es: "Shroomish",
|
||||
it: "Shroomish",
|
||||
pt: "Shroomish",
|
||||
de: "Knilz"
|
||||
},
|
||||
illustrator: "Mizue",
|
||||
rarity: "Common",
|
||||
@ -30,10 +34,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Spore",
|
||||
fr: "Spore",
|
||||
es: "Espora",
|
||||
it: "Spora",
|
||||
pt: "Esporos",
|
||||
de: "Pilzspore"
|
||||
},
|
||||
effect: {
|
||||
en: "Your opponent’s Active Pokémon is now Asleep.",
|
||||
en: "Your opponent's Active Pokémon is now Asleep.",
|
||||
fr: "Le Pokémon Actif de votre adversaire est maintenant Endormi.",
|
||||
es: "El Pokémon Activo de tu rival pasa a estar Dormido.",
|
||||
it: "Il Pokémon attivo del tuo avversario viene addormentato.",
|
||||
pt: "O Pokémon Ativo do seu oponente agora está Adormecido.",
|
||||
de: "Das Aktive Pokémon deines Gegners schläft jetzt."
|
||||
},
|
||||
|
||||
},
|
||||
|
Reference in New Issue
Block a user