We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
将import i18n from "i18next"; import { initReactI18next } from "react-i18next";
import en from "./locales/en.json"; import zh from "./locales/zh.json";
i18n .use(initReactI18next) .init({ resources: { en: { translation: en }, zh: { translation: zh } }, lng: "zh", // 默认使用中文 fallbackLng: "zh", interpolation: { escapeValue: false } });
export default i18n;
改成zh了,甚至删除en 一直都是英文界面,求指点
No response
The text was updated successfully, but these errors were encountered:
New webui is coming soon. It'll address your issues. you can try it by pulling this branch: webui-node-expansion
Sorry, something went wrong.
This issue is fixed on main branch.
No branches or pull requests
Do you need to file an issue?
Describe the bug
将import i18n from "i18next";
import { initReactI18next } from "react-i18next";
import en from "./locales/en.json";
import zh from "./locales/zh.json";
i18n
.use(initReactI18next)
.init({
resources: {
en: { translation: en },
zh: { translation: zh }
},
lng: "zh", // 默认使用中文
fallbackLng: "zh",
interpolation: {
escapeValue: false
}
});
export default i18n;
改成zh了,甚至删除en
一直都是英文界面,求指点
Steps to reproduce
No response
Expected Behavior
No response
LightRAG Config Used
Paste your config here
Logs and screenshots
No response
Additional Information
The text was updated successfully, but these errors were encountered: