mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 00:49: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: "Hand Scope",
|
||||
fr: "Scrute Main",
|
||||
es: "Periscopio",
|
||||
it: "Mirino Manuale",
|
||||
pt: "Luneta",
|
||||
de: "Handperiskop"
|
||||
},
|
||||
illustrator: "Toyste Beach",
|
||||
rarity: "Uncommon",
|
||||
@ -24,7 +28,11 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
fr: "Votre adversaire montre sa main.",
|
||||
en: "Your opponent reveals his or her hand."
|
||||
en: "Your opponent reveals his or her hand.",
|
||||
es: "Tu rival enseña las cartas de su mano.",
|
||||
it: "Il tuo avversario mostra le carte che ha in mano.",
|
||||
pt: "Seu oponente revela a própria mão.",
|
||||
de: "Dein Gegner deckt seine Handkarten auf."
|
||||
},
|
||||
trainerType: "Item",
|
||||
|
||||
|
Reference in New Issue
Block a user