mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 01:19:18 +00:00
fix: SWSH8 attacks in other languages (#742)
This commit is contained in:
@ -31,7 +31,12 @@ const card: Card = {
|
||||
cost: ["Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Tackle"
|
||||
en: "Tackle",
|
||||
fr: "Charge",
|
||||
de: "Tackle",
|
||||
es: "Placaje",
|
||||
pt: "Investida",
|
||||
it: "Azione"
|
||||
},
|
||||
|
||||
damage: 10
|
||||
@ -39,7 +44,12 @@ const card: Card = {
|
||||
cost: ["Water", "Psychic"],
|
||||
|
||||
name: {
|
||||
en: "Melt"
|
||||
en: "Melt",
|
||||
fr: "Dissolution",
|
||||
de: "Schmelzen",
|
||||
es: "Derretir",
|
||||
pt: "Derreter",
|
||||
it: "Liquefazione"
|
||||
},
|
||||
|
||||
damage: 20
|
||||
|
Reference in New Issue
Block a user