1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 00:09:18 +00:00

Added Call of Legends set Translation (#53)

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-08-14 13:33:41 +02:00
committed by GitHub
parent d42a81bfdb
commit b33f68f506
2 changed files with 7 additions and 2 deletions

View File

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