1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 19:32:11 +00:00
Florian Bouillon 509bb5de81
Added Platinum sets Translations (#51)
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2021-08-14 11:37:39 +00:00

26 lines
320 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../Platinum'
const pl1: Set = {
id: "pl1",
name: {
en: "Platinum",
fr: "Platine",
es: "Platino",
it: "Platino",
de: "Platin"
},
serie: serie,
tcgOnline: "PL",
cardCount: {
official: 127
},
releaseDate: "2009-02-11"
}
export default pl1