mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 08:59:18 +00:00
feat: Add abbreviations to the database (#534)
This commit is contained in:
@ -17,7 +17,12 @@ const set: Set = {
|
||||
official: 30
|
||||
},
|
||||
|
||||
releaseDate: "2010-05-01"
|
||||
releaseDate: "2010-05-01",
|
||||
|
||||
abbreviations: {
|
||||
official: "TK4R",
|
||||
fr: "RAI"
|
||||
}
|
||||
}
|
||||
|
||||
export default set
|
||||
|
Reference in New Issue
Block a user