mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-12 15:59:18 +00:00
feat: Add abbreviations to the database (#534)
This commit is contained in:
@ -15,7 +15,11 @@ const gym2: Set = {
|
||||
official: 132
|
||||
},
|
||||
|
||||
releaseDate: "2000-10-16"
|
||||
releaseDate: "2000-10-16",
|
||||
|
||||
abbreviations: {
|
||||
official: "G2"
|
||||
}
|
||||
}
|
||||
|
||||
export default gym2
|
||||
|
@ -15,7 +15,11 @@ const gym1: Set = {
|
||||
official: 132
|
||||
},
|
||||
|
||||
releaseDate: "2000-08-14"
|
||||
releaseDate: "2000-08-14",
|
||||
|
||||
abbreviations: {
|
||||
official: "G1"
|
||||
}
|
||||
}
|
||||
|
||||
export default gym1
|
||||
|
Reference in New Issue
Block a user