mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 09:29:19 +00:00
feat: Add abbreviations to the database (#534)
This commit is contained in:
@ -14,14 +14,18 @@ const swsh1: Set = {
|
||||
},
|
||||
|
||||
tcgOnline: 'SSH',
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
official: 202
|
||||
},
|
||||
|
||||
releaseDate: "2020-02-07"
|
||||
releaseDate: "2020-02-07",
|
||||
|
||||
abbreviations: {
|
||||
official: "SSH",
|
||||
fr: "E&B"
|
||||
}
|
||||
}
|
||||
|
||||
export default swsh1
|
||||
|
Reference in New Issue
Block a user