mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
refac
This commit is contained in:
@@ -49,10 +49,7 @@
|
||||
let editorLanguage = new Compartment();
|
||||
|
||||
const getLang = async () => {
|
||||
console.log(languages);
|
||||
|
||||
const language = languages.find((l) => l.alias.includes(lang));
|
||||
|
||||
return await language?.load();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user