mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 00:49:18 +00:00
feat: Add abbreviations to the database (#534)
This commit is contained in:
@ -20,7 +20,12 @@ const xy5: Set = {
|
||||
official: 160
|
||||
},
|
||||
|
||||
releaseDate: "2015-02-04"
|
||||
releaseDate: "2015-02-04",
|
||||
|
||||
abbreviations: {
|
||||
official: "PRC",
|
||||
fr: "PRI"
|
||||
}
|
||||
}
|
||||
|
||||
export default xy5
|
||||
|
Reference in New Issue
Block a user