1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-22 19:02:10 +00:00
cards-database/data/Black & White.ts
Florian Bouillon d42a81bfdb
Added Black & White sets Translations (#54)
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2021-08-14 11:32:26 +00:00

15 lines
221 B
TypeScript

import { Serie } from '../interfaces'
const set: Serie = {
id: "bw",
name: {
en: "Black & White",
fr: "Noir & Blanc",
es: "Negro y Blanco",
it: "Nero e Bianco",
de: "Schwarz & Weiß"
}
}
export default set