mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-29 19:19:50 +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'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Dratini",
|
||||
fr: "Minidraco"
|
||||
},
|
||||
illustrator: "Aya Kusube",
|
||||
rarity: "Uncommon",
|
||||
@ -28,9 +29,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Dragon Dew",
|
||||
fr: "Goutte de dragon"
|
||||
},
|
||||
effect: {
|
||||
en: "Remove 2 damage counters from 1 of your Pokémon (remove 1 if there is only 1).",
|
||||
fr: "Retirez deux marqueurs de dégât à un de vos Pokémon (ou un s'il n'y en a qu'un)."
|
||||
},
|
||||
|
||||
},
|
||||
@ -40,6 +43,7 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Tail Slap",
|
||||
fr: "Coud'keu"
|
||||
},
|
||||
|
||||
damage: 10,
|
||||
|
Reference in New Issue
Block a user