mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +00:00
feat: Added XY Datas for other languages (#265)
This commit is contained in:
@ -25,6 +25,10 @@ const card: Card = {
|
||||
evolveFrom: {
|
||||
en: "Gible",
|
||||
fr: "Griknot",
|
||||
es: "Gible",
|
||||
it: "Gible",
|
||||
pt: "Gible",
|
||||
de: "Kaumalat"
|
||||
},
|
||||
stage: "Stage1",
|
||||
|
||||
@ -43,7 +47,7 @@ const card: Card = {
|
||||
de: "Sandgrab"
|
||||
},
|
||||
effect: {
|
||||
en: "The Defending Pokémon can’t retreat during your opponent’s next turn.",
|
||||
en: "The Defending Pokémon can't retreat during your opponent's next turn.",
|
||||
fr: "Le Pokémon Défenseur ne peut pas battre en retraite pendant le prochain tour de votre adversaire.",
|
||||
es: "El Pokémon Defensor no puede retirarse durante el próximo turno de tu rival.",
|
||||
it: "Durante il prossimo turno del tuo avversario, il Pokémon difensore non può ritirarsi.",
|
||||
|
Reference in New Issue
Block a user