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:
@ -8,7 +8,8 @@ const card: Card = {
|
||||
en: "Penny",
|
||||
fr: "Pania",
|
||||
es: "Noa",
|
||||
it: "Penny"
|
||||
it: "Penny",
|
||||
de: "Cosima"
|
||||
},
|
||||
|
||||
rarity: "Special illustration rare",
|
||||
@ -18,7 +19,8 @@ const card: Card = {
|
||||
en: "Put 1 of your Basic Pokémon and all attached cards into your hand.",
|
||||
fr: "Ajoutez à votre main l'un de vos Pokémon de base et toutes les cartes qui lui sont attachées.",
|
||||
es: "Pon 1 de tus Pokémon Básicos y todas las cartas unidas a él en tu mano.",
|
||||
it: "Riprendi in mano uno dei tuoi Pokémon Base e tutte le carte a esso assegnate."
|
||||
it: "Riprendi in mano uno dei tuoi Pokémon Base e tutte le carte a esso assegnate.",
|
||||
de: "Nimm 1 deiner Basis-Pokémon und alle angelegten Karten auf deine Hand."
|
||||
},
|
||||
|
||||
trainerType: "Supporter",
|
||||
|
Reference in New Issue
Block a user