mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-29 19:19:50 +00:00
feat: Add abbreviations to the database (#534)
This commit is contained in:
@ -18,7 +18,12 @@ const base5: Set = {
|
||||
official: 82
|
||||
},
|
||||
|
||||
releaseDate: "2000-04-24"
|
||||
releaseDate: "2000-04-24",
|
||||
|
||||
abbreviations: {
|
||||
official: "RO",
|
||||
fr: "ROC"
|
||||
}
|
||||
}
|
||||
|
||||
export default base5
|
||||
|
Reference in New Issue
Block a user