1
0
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:
2024-11-06 02:10:06 +01:00
committed by GitHub
parent e30d54469d
commit 8231f45f81
163 changed files with 969 additions and 180 deletions

View File

@ -18,7 +18,11 @@ const pl4: Set = {
official: 99
},
releaseDate: "2009-11-04"
releaseDate: "2009-11-04",
abbreviations: {
official: "AR"
}
}
export default pl4

View File

@ -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

View File

@ -15,7 +15,11 @@ const ru1: Set = {
official: 16
},
releaseDate: "2009-12-02"
releaseDate: "2009-12-02",
abbreviations: {
official: "RM"
}
}
export default ru1

View File

@ -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

View File

@ -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