From b33f68f506b127012400bf4e8513d13c8dcc9a08 Mon Sep 17 00:00:00 2001 From: Avior Date: Sat, 14 Aug 2021 13:33:41 +0200 Subject: [PATCH] Added Call of Legends set Translation (#53) Signed-off-by: Avior --- data/Call of Legends.ts | 5 ++++- data/Call of Legends/Call of Legends.ts | 4 +++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/data/Call of Legends.ts b/data/Call of Legends.ts index f9683f3e9..b248c5957 100644 --- a/data/Call of Legends.ts +++ b/data/Call of Legends.ts @@ -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" }, } diff --git a/data/Call of Legends/Call of Legends.ts b/data/Call of Legends/Call of Legends.ts index 8ad32b6a8..4263c14bc 100644 --- a/data/Call of Legends/Call of Legends.ts +++ b/data/Call of Legends/Call of Legends.ts @@ -6,7 +6,9 @@ const col1: Set = { name: { en: "Call of Legends", - fr: "L'appel des Légendes" + fr: "L'appel des Légendes", + it: "Richiamo delle Leggende", + de: "Ruf der Legenden" }, serie: serie,