1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 03:12:10 +00:00
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

26 lines
354 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../Diamond & Pearl'
const dp7: Set = {
id: "dp7",
name: {
en: "Stormfront",
fr: "Tempête",
es: "Frente Tormentoso",
it: "Fronte di Tempesta",
de: "Sturmtief"
},
serie: serie,
tcgOnline: "SF",
cardCount: {
official: 100
},
releaseDate: "2008-11-01"
}
export default dp7