mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-22 03:49:19 +00:00
Added BW translation (#65)
* Added basic translation IT will need a second checkup by another source as attacks are not correcly ordered Signed-off-by: Florian BOUILLON <florian.bouillon@delta-wings.net> * Removed bugged file Signed-off-by: Florian BOUILLON <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -5,9 +5,13 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Charizard",
|
||||
fr: "Dracaufeu",
|
||||
es: "Charizard",
|
||||
it: "Charizard",
|
||||
pt: "Charizard",
|
||||
de: "Glurak"
|
||||
},
|
||||
illustrator: "Ayaka Yoshida",
|
||||
rarity: "Rare",
|
||||
rarity: "Secret Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
Reference in New Issue
Block a user