mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09: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 '../Dragon Frontiers'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Jynx δ",
|
||||
fr: "Lippoutou δ ESPÈCES DELTA"
|
||||
},
|
||||
illustrator: "Ken Sugimori",
|
||||
rarity: "Rare",
|
||||
@ -25,9 +26,11 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Stages of Evolution",
|
||||
fr: "Niveaux d'Évolution"
|
||||
},
|
||||
effect: {
|
||||
en: "As long as Jynx is an Evolved Pokémon, you pay Colorless less to retreat your Fire and Psychic Pokémon.",
|
||||
fr: "Tant que Lippoutou est un Pokémon Évolué, vous payez 1 de moins pour faire battre en retraite vos Pokémon et ."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -39,6 +42,7 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Fire Punch",
|
||||
fr: "Poing de feu"
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
|
Reference in New Issue
Block a user