Skip to content

bug(i18n): missing ru an ko locales #12740

@gefestdev

Description

@gefestdev

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions