mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-31 20:01:58 +00:00
feat: Add abbreviations to the database (#534)
This commit is contained in:
@@ -17,7 +17,12 @@ const set: Set = {
|
||||
official: 12
|
||||
},
|
||||
|
||||
releaseDate: "2006-03-01"
|
||||
releaseDate: "2006-03-01",
|
||||
|
||||
abbreviations: {
|
||||
official: "TK2M",
|
||||
fr: "NEG"
|
||||
}
|
||||
}
|
||||
|
||||
export default set
|
||||
|
Reference in New Issue
Block a user