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: "Pokédex"
en: "Pokédex",
fr: "Pokédex",
es: "Pokédex",
it: "Pokédex",
de: "Pokédex",
'pt-br': "Pokédex",
ko: "포켓몬 도감"
},
illustrator: "Yuu Nishida",
@ -13,7 +19,13 @@ const card: Card = {
category: "Trainer",
effect: {
en: "Look at the top 3 cards of your deck."
en: "Look at the top 3 cards of your deck.",
fr: "Regardez la première carte du dessus de votre deck.",
es: "Mira la primera carta de tu baraja.",
it: "Guarda la prima carta del tuo mazzo.",
de: "Schau dir die oberste Karte deines Decks an.",
'pt-br': "Olhe a 1 carta de cima do seu baralho.",
ko: "자신의 덱을 위에서부터 1장 보고 원래대로 되돌린다."
},
trainerType: "Item"