mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-17 08:21:12 -05:00
bug: i18n chinese not working #503
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jxyk2007 on GitHub (Mar 19, 2024).
Issue Description
Despite changing the language setting to Chinese in the settings, the interface continues to display in English. I tried clearing the cache and restarting the app, but the issue persists.
Steps to Reproduce
Expected Behavior
After changing the language setting to Chinese, the app interface should display all text in Chinese.
Actual Behavior
After changing the language setting to Chinese, the app interface still displays in English.
Environment Information
Additional Information
Please provide any additional information (such as screenshots) here.
I hope this can be resolved soon. Thank you!
@jxyk2007 commented on GitHub (Mar 19, 2024):
I didn't install it using Docker; I installed it by running npm run build, and I can't switch languages.
@asedmammad commented on GitHub (Mar 29, 2024):
I could not reproduce the issue in
devbranch, @jxyk2007 Can you check if any errors are displayed in the browser's console?@jxyk2007 commented on GitHub (Mar 29, 2024):
The container running docker already supports Chinese, so there is no need to modify the language yourself, which is very good.
@tjbck commented on GitHub (Mar 29, 2024):
@jxyk2007 not sure if I understand your issue report entirely, Is the issue resolved then?