From b3bb829e4d505e7a0b78d130dc122b5a53e1c3b3 Mon Sep 17 00:00:00 2001 From: Felix Wiedenbach Date: Fri, 15 Oct 2021 06:05:06 +0200 Subject: [PATCH] fix missing translation files --- modules/default/alert/alert.js | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/modules/default/alert/alert.js b/modules/default/alert/alert.js index 1d8bcbd9..32aca16e 100644 --- a/modules/default/alert/alert.js +++ b/modules/default/alert/alert.js @@ -30,9 +30,15 @@ Module.register("alert", { getTranslations() { return { - en: "translations/en.json", + bg: "translations/bg.json", + da: "translations/da.json", de: "translations/de.json", - nl: "translations/nl.json" + en: "translations/en.json", + es: "translations/es.json", + fr: "translations/fr.json", + hu: "translations/hu.json", + nl: "translations/nl.json", + ru: "translations/ru.json" }; },