mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-10 07:51:58 +00:00
feat: Add abbreviations to the database (#534)
This commit is contained in:
@@ -16,7 +16,12 @@ const s2015xy: Set = {
|
||||
official: 12
|
||||
},
|
||||
|
||||
releaseDate: "2015-11-27"
|
||||
releaseDate: "2015-11-27",
|
||||
|
||||
abbreviations: {
|
||||
official: "MCD15",
|
||||
fr: "M15"
|
||||
}
|
||||
}
|
||||
|
||||
export default s2015xy
|
||||
|
Reference in New Issue
Block a user