mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 02:51:14 +00:00
🔨 Fix build
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user