mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 08:19:17 +00:00
feat: Added XY Datas for other languages (#265)
This commit is contained in:
@ -25,6 +25,10 @@ const card: Card = {
|
||||
evolveFrom: {
|
||||
en: "Skorupi",
|
||||
fr: "Rapion",
|
||||
es: "Skorupi",
|
||||
it: "Skorupi",
|
||||
pt: "Skorupi",
|
||||
de: "Pionskora"
|
||||
},
|
||||
stage: "Stage1",
|
||||
|
||||
@ -45,7 +49,7 @@ const card: Card = {
|
||||
de: "Giftkrallen"
|
||||
},
|
||||
effect: {
|
||||
en: "Your opponent’s Active Pokémon is now Poisoned.",
|
||||
en: "Your opponent's Active Pokémon is now Poisoned.",
|
||||
fr: "Le Pokémon Actif de votre adversaire est maintenant Empoisonné.",
|
||||
es: "El Pokémon Activo de tu rival pasa a estar Envenenado.",
|
||||
it: "Il Pokémon attivo del tuo avversario viene avvelenato.",
|
||||
|
Reference in New Issue
Block a user