🔨 Fix build

This commit is contained in:
Iván Ovejero
2021-11-17 11:29:27 +01:00
parent 29a3953dff
commit c98772c927
2 changed files with 2 additions and 1 deletions

View File

@@ -40,7 +40,6 @@ export async function loadLanguage(language?: string) {
}
const baseText = require(`./locales/${language}`).default; // TODO i18n: `path.join()`
console.log(baseText);
i18n.setLocaleMessage(language, baseText);
loadedLanguages.push(language);