1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 03:12:10 +00:00
cards-database/data/Sun & Moon.ts
Florian Bouillon c8a7068da5
Added missing Sun & Moon sets translations (#57)
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2021-08-14 11:25:05 +00:00

15 lines
211 B
TypeScript

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