mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 08:39:17 +00:00
fix: Add the two missing sets in german (#479)
This commit is contained in:
@ -8,7 +8,8 @@ const card: Card = {
|
||||
en: "Nemona",
|
||||
fr: "Menzi",
|
||||
es: "Mencía",
|
||||
it: "Nemi"
|
||||
it: "Nemi",
|
||||
de: "Nemila"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
@ -18,7 +19,8 @@ const card: Card = {
|
||||
en: "Draw 3 cards.",
|
||||
fr: "Piochez 3 cartes.",
|
||||
es: "Roba 3 cartas.",
|
||||
it: "Pesca tre carte."
|
||||
it: "Pesca tre carte.",
|
||||
de: "Ziehe 3 Karten."
|
||||
},
|
||||
|
||||
trainerType: "Supporter",
|
||||
|
Reference in New Issue
Block a user