mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 16:39:18 +00:00
feat: Added XY Datas for other languages (#265)
This commit is contained in:
@ -5,6 +5,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Porygon",
|
||||
fr: "Porygon",
|
||||
es: "Porygon",
|
||||
it: "Porygon",
|
||||
pt: "Porygon",
|
||||
de: "Porygon"
|
||||
},
|
||||
illustrator: "Yukiko Baba",
|
||||
rarity: "Common",
|
||||
@ -30,10 +34,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Data Check",
|
||||
fr: "Vérification de Données",
|
||||
es: "Comprobación de Datos",
|
||||
it: "Controllo Dati",
|
||||
pt: "Verificação de Dados",
|
||||
de: "Datenprüfung"
|
||||
},
|
||||
effect: {
|
||||
en: "Look through your deck. Shuffle your deck afterward.",
|
||||
fr: "Parcourez votre deck. Mélangez ensuite votre deck.",
|
||||
es: "Examina las cartas de tu baraja. Baraja las cartas de tu baraja después.",
|
||||
it: "Guarda e poi rimischia le carte del tuo mazzo.",
|
||||
pt: "Consulte o seu baralho. Em seguida, embaralhe seus cards.",
|
||||
de: "Sieh dir die Karten deines Decks an. Mische anschließend dein Deck."
|
||||
},
|
||||
|
||||
},
|
||||
@ -45,6 +57,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Sharpen",
|
||||
fr: "Affûtage",
|
||||
es: "Afilar",
|
||||
it: "Affilatore",
|
||||
pt: "Afiar",
|
||||
de: "Schärfer"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
|
Reference in New Issue
Block a user