mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 00:29:19 +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 '../Crystal Guardians'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Charmander",
|
||||
fr: "Salamèche"
|
||||
},
|
||||
illustrator: "Atsuko Nishida",
|
||||
rarity: "Common",
|
||||
@ -28,11 +29,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Retaliate",
|
||||
fr: "Représailles"
|
||||
},
|
||||
effect: {
|
||||
en: "Does 10 damage times the number of damage counters on Charmander.",
|
||||
fr: "Inflige 10 dégâts multipliés par le nombre de marqueurs de dégât sur Salamèche."
|
||||
},
|
||||
damage: 10,
|
||||
damage: "10×",
|
||||
|
||||
},
|
||||
{
|
||||
@ -42,6 +45,7 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Flame Tail",
|
||||
fr: "Queue de flammes"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
|
Reference in New Issue
Block a user