mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +00:00
feat: Add abbreviations to the database (#534)
This commit is contained in:
@ -16,7 +16,12 @@ const s2014xy: Set = {
|
||||
official: 12
|
||||
},
|
||||
|
||||
releaseDate: "2014-05-23"
|
||||
releaseDate: "2014-05-23",
|
||||
|
||||
abbreviations: {
|
||||
official: "MCD14",
|
||||
fr: "M14"
|
||||
}
|
||||
}
|
||||
|
||||
export default s2014xy
|
||||
|
Reference in New Issue
Block a user