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