mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 08:19:17 +00:00
feat: Add abbreviations to the database (#534)
This commit is contained in:
@ -14,14 +14,18 @@ const set: Set = {
|
||||
},
|
||||
|
||||
tcgOnline: 'BRS',
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
official: 172
|
||||
},
|
||||
|
||||
releaseDate: "2022-02-25"
|
||||
releaseDate: "2022-02-25",
|
||||
|
||||
abbreviations: {
|
||||
official: "BRS",
|
||||
fr: "STA"
|
||||
}
|
||||
}
|
||||
|
||||
export default set
|
||||
|
Reference in New Issue
Block a user