mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16:19:18 +00:00
fix: Add most POP series French translations (#170)
* fix: Added most of the translations Some translations aren't available or are user made without a card image depicted Signed-off-by: Avior <github@avior.me> * fix: Add sets French translations Signed-off-by: Avior <github@avior.me>
This commit is contained in:
@ -4,6 +4,7 @@ import Set from '../POP Series 1'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Beautifly",
|
||||
fr: "Charmillon"
|
||||
},
|
||||
|
||||
illustrator: "Ken Sugimori",
|
||||
@ -35,9 +36,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Blot",
|
||||
fr: "Pâté"
|
||||
},
|
||||
effect: {
|
||||
en: "Remove 1 damage counter from Beautifly.",
|
||||
fr: "Retirez à Charmillon 1 marqueur de dégât."
|
||||
},
|
||||
damage: 30,
|
||||
|
||||
@ -50,9 +53,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Whirlwind",
|
||||
fr: "Cyclone"
|
||||
},
|
||||
effect: {
|
||||
en: "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon.",
|
||||
fr: "Votre adversaire échange le Pokémon Défenseur avec 1 des Pokémon de son Banc."
|
||||
},
|
||||
damage: 40,
|
||||
|
||||
|
Reference in New Issue
Block a user