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:
@ -20,7 +20,12 @@ const g1: Set = {
|
||||
official: 83
|
||||
},
|
||||
|
||||
releaseDate: "2016-02-22"
|
||||
releaseDate: "2016-02-22",
|
||||
|
||||
abbreviations: {
|
||||
official: "GEN",
|
||||
fr: "GEN"
|
||||
}
|
||||
}
|
||||
|
||||
export default g1
|
||||
|
Reference in New Issue
Block a user