Skip to content
New issue

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

[Bug]: <title>切换不了中文菜单 #1092

Closed
2 tasks
hhtao opened this issue Mar 15, 2025 · 2 comments
Closed
2 tasks

[Bug]: <title>切换不了中文菜单 #1092

hhtao opened this issue Mar 15, 2025 · 2 comments
Labels
bug Something isn't working

Comments

@hhtao
Copy link

hhtao commented Mar 15, 2025

Do you need to file an issue?

  • I have searched the existing issues and this bug is not already filed.
  • I believe this is a legitimate bug, not just a question or feature request.

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

  • LightRAG Version:
  • Operating System:
  • Python Version:
  • Related Issues:
@hhtao hhtao added the bug Something isn't working label Mar 15, 2025
@danielaskdd
Copy link
Collaborator

New webui is coming soon. It'll address your issues. you can try it by pulling this branch: webui-node-expansion

@danielaskdd
Copy link
Collaborator

This issue is fixed on main branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants