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: "Professor's Research"
en: "Professor's Research",
fr: "Recherches Professorales",
es: "Investigación de Profesores",
it: "Ricerca Accademica",
de: "Forschung des Professors",
'pt-br': "Pesquisa de Professores",
ko: "박사의 연구"
},
illustrator: "Naoki Saito",
@ -13,7 +19,14 @@ const card: Card = {
category: "Trainer",
effect: {
en: "Draw 2 cards."
en: "Draw 2 cards.",
fr: "Piochez 2 cartes.",
es: "Roba 2 cartas.",
it: "Pesca 2 carte.",
de: "Ziehe 2 Karten.",
ko: "자신의 덱을 2장 뽑는다.",
'pt-br': "Compre 2 cartas."
},
trainerType: "Supporter"