mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-10 16:01:59 +00:00
fix: Add Diamond & Pearl French translations (#179)
* fix: Add the two first sets Signed-off-by: Avior <github@avior.me> * fix: Add DP, DP Black Star and Mysterious Treasures Signed-off-by: Avior <github@avior.me>
This commit is contained in:
@@ -4,7 +4,7 @@ import Set from '../Stormfront'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Gyarados",
|
||||
fr: "Gyarados",
|
||||
fr: "Leviator"
|
||||
},
|
||||
illustrator: "Midori Harada",
|
||||
rarity: "Rare",
|
||||
@@ -36,7 +36,7 @@ const card: Card = {
|
||||
en: "Does 30 damage times the number of Magikarp in your discard pile.",
|
||||
fr: "Inflige 30 dégâts multipliés par le nombre de Magicarpes dans votre pile de défausse.",
|
||||
},
|
||||
damage: 30,
|
||||
damage: "30×",
|
||||
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user