mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 08:39:17 +00:00
feat: Add abbreviations to the database (#534)
This commit is contained in:
@ -17,7 +17,12 @@ const set: Set = {
|
||||
official: 30
|
||||
},
|
||||
|
||||
releaseDate: "2017-04-21"
|
||||
releaseDate: "2017-04-21",
|
||||
|
||||
abbreviations: {
|
||||
official: "TK10A",
|
||||
fr: "RAL"
|
||||
}
|
||||
}
|
||||
|
||||
export default set
|
||||
|
Reference in New Issue
Block a user