Bug Description
When launching langflow, the screen is blank and there is an error in the console: ./locales/ru.json and ./locales/ko.json
Reproduction
export async function loadLanguage(lang: string): Promise {
if (lang === "en") return;
if (i18n.hasResourceBundle(lang, "translation")) return;
const messages = await import(`./locales/${lang}.json`);
i18n.addResourceBundle(lang, "translation", messages.default);
}
Expected behavior
When launching langflow, the screen is blank and there is an error in the console: ./locales/ru.json and ./locales/ko.json
Who can help?
@Cristhianzl @lucaseduoli @igorrCarvalho
Operating System
Rocky Linux
Langflow Version
1.9.0
Python Version
3.12
Screenshot
No response
Flow File
No response
Bug Description
When launching langflow, the screen is blank and there is an error in the console: ./locales/ru.json and ./locales/ko.json
Reproduction
export async function loadLanguage(lang: string): Promise { if (lang === "en") return; if (i18n.hasResourceBundle(lang, "translation")) return; const messages = await import(`./locales/${lang}.json`); i18n.addResourceBundle(lang, "translation", messages.default); }Expected behavior
When launching langflow, the screen is blank and there is an error in the console: ./locales/ru.json and ./locales/ko.json
Who can help?
@Cristhianzl @lucaseduoli @igorrCarvalho
Operating System
Rocky Linux
Langflow Version
1.9.0
Python Version
3.12
Screenshot
No response
Flow File
No response