1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 03:12:10 +00:00
cards-database/data/Call of Legends.ts
Florian Bouillon b33f68f506
Added Call of Legends set Translation (#53)
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2021-08-14 11:33:41 +00:00

14 lines
221 B
TypeScript

import { Serie } from '../interfaces'
const set: Serie = {
id: "col",
name: {
en: "Call of Legends",
fr: "L'appel des Légendes",
it: "Richiamo delle Leggende",
de: "Ruf der Legenden"
},
}
export default set