mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16:19:18 +00:00
feat: Add abbreviations to the database (#534)
This commit is contained in:
@ -20,7 +20,12 @@ const hgss2: Set = {
|
||||
official: 95
|
||||
},
|
||||
|
||||
releaseDate: "2010-05-12"
|
||||
releaseDate: "2010-05-12",
|
||||
|
||||
abbreviations: {
|
||||
official: "UL",
|
||||
fr: "DCH"
|
||||
}
|
||||
}
|
||||
|
||||
export default hgss2
|
||||
|
Reference in New Issue
Block a user