mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 17:39:18 +00:00
feat: Add abbreviations to the database (#534)
This commit is contained in:
@ -18,7 +18,12 @@ const bw10: Set = {
|
||||
official: 101
|
||||
},
|
||||
|
||||
releaseDate: "2013-08-14"
|
||||
releaseDate: "2013-08-14",
|
||||
|
||||
abbreviations: {
|
||||
official: "PLB",
|
||||
fr: "EPL"
|
||||
}
|
||||
}
|
||||
|
||||
export default bw10
|
||||
|
Reference in New Issue
Block a user