mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-12 15:59:18 +00:00
feat: Add status Dashboard (#187)
* feat: Add status Dashboard Still need some polishing like using the compiler instead of the live DB Signed-off-by: Avior <github@avior.me> * refactor: Simplified compiler files generators Signed-off-by: Avior <florian.bouillon@delta-wings.net> * chore: Add step to compiler for stats and optimize Signed-off-by: Avior <github@avior.me> * refactor: Remove unused variable Signed-off-by: Avior <github@avior.me>
This commit is contained in:
@ -6,7 +6,7 @@ const bw11: Set = {
|
||||
|
||||
name: {
|
||||
en: "Legendary Treasures",
|
||||
fr: "Legendary Treasures",
|
||||
// fr: "Trésors Légendaires", // ONLY PTCGO
|
||||
pt: "Tesouros Lendários"
|
||||
},
|
||||
|
||||
|
@ -5,8 +5,7 @@ const bog: Set = {
|
||||
id: "bog",
|
||||
|
||||
name: {
|
||||
en: "Best of game",
|
||||
fr: "Best of game"
|
||||
en: "Best of game"
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
@ -5,8 +5,7 @@ const sp: Set = {
|
||||
id: "sp",
|
||||
|
||||
name: {
|
||||
en: "Sample",
|
||||
fr: "Sample"
|
||||
en: "Sample"
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
Reference in New Issue
Block a user