mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 17:09:19 +00:00
fix: add EX French translations (#169)
* fix: Add for some sets Signed-off-by: Avior <github@avior.me> * Added Sets titles Signed-off-by: Avior <github@avior.me> * fix: Finished last EX sets Signed-off-by: Avior <github@avior.me> * Change Discord Link text
This commit is contained in:
@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Weedle",
|
||||
fr: "Aspicot"
|
||||
},
|
||||
illustrator: "Hajime Kusajima",
|
||||
rarity: "Common",
|
||||
@ -28,9 +29,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Call for Family",
|
||||
fr: "Appel à la famille"
|
||||
},
|
||||
effect: {
|
||||
en: "Search your deck for up to 2 Grass Basic Pokémon and put them onto your Bench. Shuffle your deck afterward.",
|
||||
fr: "Cherchez dans votre deck jusqu'à 2 Pokémon de base et placez-les sur votre Banc. Ensuite, mélangez votre deck."
|
||||
},
|
||||
|
||||
},
|
||||
@ -40,9 +43,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Poison Spurt",
|
||||
fr: "Jet de poison"
|
||||
},
|
||||
effect: {
|
||||
en: "Discard a Grass Energy card attached to Weedle. The Defending Pokémon is now Poisoned.",
|
||||
fr: "Défaussez une carte Énergie attachée à Aspicot. Le Pokémon Défenseur est maintenant Empoisonné."
|
||||
},
|
||||
|
||||
},
|
||||
|
Reference in New Issue
Block a user