mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 00:49: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 '../Hidden Legends'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Corsola",
|
||||
fr: "Corayon"
|
||||
},
|
||||
illustrator: "Naoyo Kimura",
|
||||
rarity: "Uncommon",
|
||||
@ -28,9 +29,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Coral Glow",
|
||||
fr: "Rayon de corail"
|
||||
},
|
||||
effect: {
|
||||
en: "Draw a number of cards up to the number of your opponent's Basic Pokémon in play. (You can't have more than 10 cards in your hand in this way.)",
|
||||
fr: "Vous pouvez piocher autant de cartes que votre adversaire possède de Pokémon de base en jeu. (Vous ne pouvez pas avoir plus de 10 cartes en main de cette façon.)"
|
||||
},
|
||||
|
||||
},
|
||||
@ -42,6 +45,7 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Surf",
|
||||
fr: "Surf"
|
||||
},
|
||||
|
||||
damage: 40,
|
||||
|
Reference in New Issue
Block a user