mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-13 21:35:10 +00:00
feat: Added XY Datas for other languages (#265)
This commit is contained in:
@ -5,6 +5,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Fennekin",
|
||||
fr: "Feunnec",
|
||||
es: "Fennekin",
|
||||
it: "Fennekin",
|
||||
pt: "Fennekin",
|
||||
de: "Fynx"
|
||||
},
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Common",
|
||||
@ -30,6 +34,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Will-O-Wisp",
|
||||
fr: "Feu Follet",
|
||||
es: "Fuego Fatuo",
|
||||
it: "Fuocofatuo",
|
||||
pt: "Fogo Fátuo",
|
||||
de: "Irrlicht"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
|
Reference in New Issue
Block a user