mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 01:19:18 +00:00
feat: Add abbreviations to the database (#534)
This commit is contained in:
@ -20,7 +20,12 @@ const bw2: Set = {
|
||||
official: 98
|
||||
},
|
||||
|
||||
releaseDate: "2011-08-31"
|
||||
releaseDate: "2011-08-31",
|
||||
|
||||
abbreviations: {
|
||||
official: "EP",
|
||||
fr: "PEM"
|
||||
}
|
||||
}
|
||||
|
||||
export default bw2
|
||||
|
Reference in New Issue
Block a user