1
0
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:
2025-05-17 19:27:22 +02:00
committed by GitHub
parent c26b91ac85
commit 8ca40f410d
1116 changed files with 26787 additions and 4023 deletions

View File

@ -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"