mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-19 02:39:18 +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: "Machamp ex"
|
||||
en: "Machamp ex",
|
||||
fr: "Mackogneur-ex",
|
||||
es: "Machamp ex",
|
||||
it: "Machamp-ex",
|
||||
de: "Machomei-ex",
|
||||
'pt-br': "Machamp ex",
|
||||
ko: "괴력몬 ex"
|
||||
},
|
||||
|
||||
illustrator: "PLANETA Igarashi",
|
||||
@ -23,7 +29,13 @@ const card: Card = {
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Mega Punch"
|
||||
en: "Mega Punch",
|
||||
fr: "Ultimapoing",
|
||||
es: "Megapuño",
|
||||
it: "Megapugno",
|
||||
de: "Megahieb",
|
||||
'pt-br': "Megassoco",
|
||||
ko: "메가톤펀치"
|
||||
},
|
||||
|
||||
damage: 120,
|
||||
|
Reference in New Issue
Block a user