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 '../Team Magma vs Team Aqua'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Team Magma's Baltoy",
|
||||
fr: "Balbuto de Team Magma"
|
||||
},
|
||||
illustrator: "Atsuko Ujiie",
|
||||
rarity: "Common",
|
||||
@ -28,9 +29,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Night Attack",
|
||||
fr: "Attaque nocturne"
|
||||
},
|
||||
effect: {
|
||||
en: "Put 1 damage counter on 1 of your opponent's Pokémon.",
|
||||
fr: "Placez 1 marqueur de dégât sur 1 des Pokémon de votre adversaire."
|
||||
},
|
||||
|
||||
},
|
||||
@ -41,6 +44,7 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Spinning Attack",
|
||||
fr: "Attaque tournante"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
|
Reference in New Issue
Block a user