mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 01:19:18 +00:00
feat: Add abbreviations to the database (#534)
This commit is contained in:
@ -19,7 +19,12 @@ const pl1: Set = {
|
||||
official: 127
|
||||
},
|
||||
|
||||
releaseDate: "2009-02-11"
|
||||
releaseDate: "2009-02-11",
|
||||
|
||||
abbreviations: {
|
||||
official: "PL",
|
||||
fr: "PLA"
|
||||
}
|
||||
}
|
||||
|
||||
export default pl1
|
||||
|
Reference in New Issue
Block a user