mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-02 20:51:57 +00:00
feat: Add abbreviations to the database (#534)
This commit is contained in:
@@ -18,7 +18,12 @@ const pl2: Set = {
|
||||
official: 111
|
||||
},
|
||||
|
||||
releaseDate: "2009-05-16"
|
||||
releaseDate: "2009-05-16",
|
||||
|
||||
abbreviations: {
|
||||
official: "RR",
|
||||
fr: "REM"
|
||||
}
|
||||
}
|
||||
|
||||
export default pl2
|
||||
|
Reference in New Issue
Block a user