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: "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"
|
||||
|
Reference in New Issue
Block a user