1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-22 19:02:10 +00:00
cards-database/data/Platinum.ts
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

15 lines
190 B
TypeScript

import { Serie } from '../interfaces'
const set: Serie = {
id: "pl",
name: {
en: "Platinum",
fr: "Platine",
es: "Platino",
it: "Platino",
de: "Platin"
},
}
export default set