mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16:19:18 +00:00
fix: Add E-Card French Translations (#166)
* fix: Add E-Card French Translations Signed-off-by: Avior <github@avior.me> * fix: Fixed Cards without rarity Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -4,6 +4,7 @@ import Set from '../Aquapolis'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Paras",
|
||||
fr: "Paras"
|
||||
},
|
||||
illustrator: "Miki Tanaka",
|
||||
rarity: "Common",
|
||||
@ -28,9 +29,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Spore",
|
||||
fr: "Spore"
|
||||
},
|
||||
effect: {
|
||||
en: "The Defending Pokémon is now Asleep.",
|
||||
fr: "Le Pokémon Défenseur est maintenant Endormi."
|
||||
},
|
||||
|
||||
},
|
||||
@ -41,9 +44,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Spore Evolution",
|
||||
fr: "Évolution spore"
|
||||
},
|
||||
effect: {
|
||||
en: "Search your deack for a card that evolves from Paras. Attach it to Paras. This counts as evolving Paras. Shuffle your deck afterwards.",
|
||||
fr: "Cherchez dans votre deck une carte Évolution de Paras. Attachez-la à Paras. Cela revient à le faire évoluer. Mélangez ensuite votre deck."
|
||||
},
|
||||
|
||||
},
|
||||
|
Reference in New Issue
Block a user