mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +00:00
feat: Add abbreviations to the database (#534)
This commit is contained in:
@ -17,7 +17,12 @@ const pl3: Set = {
|
||||
official: 147
|
||||
},
|
||||
|
||||
releaseDate: "2009-08-19"
|
||||
releaseDate: "2009-08-19",
|
||||
|
||||
abbreviations: {
|
||||
official: "SV",
|
||||
fr: "VSU"
|
||||
}
|
||||
}
|
||||
|
||||
export default pl3
|
||||
|
Reference in New Issue
Block a user