mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +00:00
Added Sun & Moon for other languages
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -5,6 +5,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Fighting Memory",
|
||||
fr: "ROM Combat",
|
||||
es: "Disco Lucha",
|
||||
it: "ROM Lotta",
|
||||
pt: "Memória de Luta",
|
||||
de: "Kampf-Disc"
|
||||
},
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Uncommon",
|
||||
@ -24,6 +28,11 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
fr: "Le Silvallié-GX auquel cette carte est attachée est un Pokémon Fighting.",
|
||||
en: "The Silvally-GX this card is attached to is a Fighting Pokémon.",
|
||||
es: "El Silvally-GX al que está unida esta carta es un Pokémon Fighting.",
|
||||
it: "Il Silvally-GX a cui è assegnata questa carta è di tipo Fighting.",
|
||||
pt: "O Pokémon Silvally-GX ao qual esta carta está ligada é um Pokémon Fighting.",
|
||||
de: "Das Amigento-GX, an das diese Karte angelegt ist, ist ein Fighting-Pokémon."
|
||||
},
|
||||
trainerType: "Tool",
|
||||
|
||||
|
Reference in New Issue
Block a user