mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-18 18:29:19 +00:00
feat: Add the TCG Pocket cards in other languages (#734)
This commit is contained in:
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Hand Scope"
|
||||
en: "Hand Scope",
|
||||
fr: "Scrute Main",
|
||||
es: "Periscopio",
|
||||
it: "Mirino Manuale",
|
||||
de: "Handperiskop",
|
||||
'pt-br': "Luneta",
|
||||
ko: "핸드스코프"
|
||||
},
|
||||
|
||||
illustrator: "Toyste Beach",
|
||||
@ -13,7 +19,13 @@ const card: Card = {
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "Your opponent reveals their hand."
|
||||
en: "Your opponent reveals their hand.",
|
||||
fr: "Votre adversaire dévoile sa main.",
|
||||
es: "Tu rival enseña las cartas de su mano.",
|
||||
it: "Il tuo avversario mostra le carte che ha in mano.",
|
||||
de: "Dein Gegner zeigt dir seine Handkarten.",
|
||||
'pt-br': "Seu oponente revela a mão dele.",
|
||||
ko: "상대의 패의 앞면을 모두 본다."
|
||||
},
|
||||
|
||||
trainerType: "Item"
|
||||
|
Reference in New Issue
Block a user