mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-12 15:59:18 +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 '../Delta Species'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Dual Ball",
|
||||
fr: "Double boule"
|
||||
},
|
||||
illustrator: "\"Big Mama\" Tagawa",
|
||||
rarity: "Uncommon",
|
||||
@ -23,6 +24,7 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
en: "Flip 2 coins. For each head, search your deck for a Basic Pokémon card, show it to your opponent, and put it into your hand. Shuffle your deck afterward.",
|
||||
fr: "Lancez 2 pièces. Pour chaque face, cherchez dans votre deck une carte Pokémon de base, montrez-la à votre adversaire et placez-la dans votre main. Ensuite, mélangez votre deck."
|
||||
},
|
||||
trainerType: "Item",
|
||||
|
||||
|
Reference in New Issue
Block a user