mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-18 02:19:17 +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: "Starmie ex"
|
||||
en: "Starmie ex",
|
||||
fr: "Staross-ex",
|
||||
es: "Starmie ex",
|
||||
it: "Starmie-ex",
|
||||
de: "Starmie-ex",
|
||||
'pt-br': "Starmie ex",
|
||||
ko: "아쿠스타 ex"
|
||||
},
|
||||
|
||||
illustrator: "PLANETA Igarashi",
|
||||
@ -23,7 +29,13 @@ const card: Card = {
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Hydro Splash"
|
||||
en: "Hydro Splash",
|
||||
fr: "Hydro-Éclaboussure",
|
||||
es: "Hidroestallido",
|
||||
it: "Idrosplash",
|
||||
de: "Hydroplatscher",
|
||||
'pt-br': "Hidroborrifada",
|
||||
ko: "하이드로 스플래시"
|
||||
},
|
||||
|
||||
damage: 90,
|
||||
|
Reference in New Issue
Block a user