fix missing translation files

This commit is contained in:
Felix Wiedenbach 2021-10-15 06:05:06 +02:00
parent 1b9f8c23d2
commit b3bb829e4d

View File

@ -30,9 +30,15 @@ Module.register("alert", {
getTranslations() { getTranslations() {
return { return {
en: "translations/en.json", bg: "translations/bg.json",
da: "translations/da.json",
de: "translations/de.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"
}; };
}, },