mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 17:09: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: "Arcanine ex"
|
||||
en: "Arcanine ex",
|
||||
fr: "Arcanin-ex",
|
||||
es: "Arcanine ex",
|
||||
it: "Arcanine-ex",
|
||||
de: "Arkani-ex",
|
||||
'pt-br': "Arcanine ex",
|
||||
ko: "윈디 ex"
|
||||
},
|
||||
|
||||
illustrator: "PLANETA Saito",
|
||||
@ -22,11 +28,23 @@ const card: Card = {
|
||||
cost: ["Fire", "Fire", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Inferno Onrush"
|
||||
en: "Inferno Onrush",
|
||||
fr: "Torrent d'Enfer",
|
||||
es: "Infierno Desatado",
|
||||
it: "Assalto Infernale",
|
||||
de: "Inferno-Ansturm",
|
||||
'pt-br': "Investida Infernal",
|
||||
ko: "맹화의돌진"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "This Pokémon also does 20 damage to itself."
|
||||
en: "This Pokémon also does 20 damage to itself.",
|
||||
fr: "Ce Pokémon s'inflige aussi 20 dégâts.",
|
||||
es: "Este Pokémon también se hace 20 puntos de daño a sí mismo.",
|
||||
it: "Questo Pokémon infligge anche 20 danni a se stesso.",
|
||||
de: "Dieses Pokémon fügt auch sich selbst 20 Schadenspunkte zu.",
|
||||
'pt-br': "Este Pokémon também causa 20 pontos de dano a si mesmo.",
|
||||
ko: "이 포켓몬에게도 20데미지를 준다."
|
||||
},
|
||||
|
||||
damage: "120"
|
||||
|
Reference in New Issue
Block a user