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 '../Holon Phantoms'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Gloom δ",
|
||||
fr: "Ortide δ ESPÈCES DELTA"
|
||||
},
|
||||
illustrator: "Midori Harada",
|
||||
rarity: "Uncommon",
|
||||
@ -30,6 +31,7 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Drool",
|
||||
fr: "Gluant"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
@ -42,9 +44,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Acid",
|
||||
fr: "Acide"
|
||||
},
|
||||
effect: {
|
||||
en: "The Defending Pokémon can't retreat during your opponent's next turn.",
|
||||
fr: "Le Pokémon Défenseur ne pourra pas battre en retraite lors du prochain tour de votre adversaire."
|
||||
},
|
||||
damage: 30,
|
||||
|
||||
|
Reference in New Issue
Block a user