1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-22 10:52:10 +00:00
cards-database/data/Diamond & Pearl.ts
Florian Bouillon 57e620fd35
Added DP sets translations (#50)
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2021-08-14 11:23:45 +00:00

15 lines
231 B
TypeScript

import { Serie } from '../interfaces'
const set: Serie = {
id: "dp",
name: {
en: "Diamond & Pearl",
fr: "Diamant & Perle",
es: "Diamante & Perla",
it: "Diamante & Perla",
de: "Diamant & Perl"
},
}
export default set