1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-24 03:42:13 +00:00
cards-database/data/Sun & Moon.ts
Florian Bouillon 4e6af92361
Added Translation for SM sets and serie
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2021-07-01 11:21:36 +02:00

14 lines
190 B
TypeScript

import { Serie } from '../interfaces'
const set: Serie = {
id: "sm",
name: {
en: "Sun & Moon",
fr: "Soleil & Lune",
it: "Sole e Luna",
de: "Sonne & Mond"
}
}
export default set