1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 11:22:10 +00:00
Florian Bouillon 4dd3e248ea
Added XY sets Translations (#55)
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2021-08-14 11:31:14 +00:00

15 lines
165 B
TypeScript

import { Serie } from '../interfaces'
const set: Serie = {
id: "xy",
name: {
en: "XY",
fr: "XY",
es: "XY",
it: "XY",
de: "XY"
},
}
export default set