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 s2016xy: Set = {
|
||||
official: 12
|
||||
},
|
||||
|
||||
releaseDate: "2016-08-20"
|
||||
releaseDate: "2016-08-20",
|
||||
|
||||
abbreviations: {
|
||||
official: "MCD16",
|
||||
fr: "M16"
|
||||
}
|
||||
}
|
||||
|
||||
export default s2016xy
|
||||
|
Reference in New Issue
Block a user