mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 00:49: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: "Riolu",
|
||||
fr: "Riolu",
|
||||
es: "Riolu",
|
||||
it: "Riolu",
|
||||
pt: "Riolu",
|
||||
de: "Riolu"
|
||||
},
|
||||
stage: "Stage1",
|
||||
|
||||
@ -54,7 +58,7 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Magnum Kick",
|
||||
fr: "Coup d’Pied Magnum",
|
||||
fr: "Coup d'Pied Magnum",
|
||||
es: "Patada Mágnum",
|
||||
it: "Supercalcio",
|
||||
pt: "Chute Magnum",
|
||||
|
Reference in New Issue
Block a user