1
0
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:
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: "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,