mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-12 15:59:18 +00:00
feat: Added XY Datas for other languages (#265)
This commit is contained in:
@ -25,6 +25,10 @@ const card: Card = {
|
||||
evolveFrom: {
|
||||
en: "Machop",
|
||||
fr: "Machoc",
|
||||
es: "Machop",
|
||||
it: "Machop",
|
||||
pt: "Machop",
|
||||
de: "Machollo"
|
||||
},
|
||||
stage: "Stage1",
|
||||
|
||||
@ -70,7 +74,7 @@ const card: Card = {
|
||||
},
|
||||
effect: {
|
||||
en: "This Pokémon does 20 damage to itself.",
|
||||
fr: "Ce Pokémon s’inflige 20 dégâts.",
|
||||
fr: "Ce Pokémon s'inflige 20 dégâts.",
|
||||
es: "Este Pokémon se hace 20 puntos de daño a sí mismo.",
|
||||
it: "Questo Pokémon infligge 20 danni a se stesso.",
|
||||
pt: "Este Pokémon causa 20 danos a ele mesmo.",
|
||||
|
Reference in New Issue
Block a user