mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 00:29:19 +00:00
feat: Add abbreviations to the database (#534)
This commit is contained in:
@ -19,7 +19,12 @@ const dp7: Set = {
|
||||
official: 100
|
||||
},
|
||||
|
||||
releaseDate: "2008-11-01"
|
||||
releaseDate: "2008-11-01",
|
||||
|
||||
abbreviations: {
|
||||
official: "FS",
|
||||
fr: "TEM"
|
||||
}
|
||||
}
|
||||
|
||||
export default dp7
|
||||
|
Reference in New Issue
Block a user