-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
[Feature Request]: Add support for UI Language Switching (I18n) - English/Chinese #9265
Description
Is your feature request related to a problem? Please describe.
Currently, the LocalAI WebUI lacks native multi-language support. For non-native English speakers—especially the large Chinese-speaking user base—navigating the configuration menus and logs in a purely English interface increases the learning curve and cognitive load.
Describe the solution you'd like
I would like to see a Language Switching (i18n) feature integrated into the Web interface:
Language Toggle: Add a dropdown or selector in the settings page or navigation bar.
Initial Support: Support for at least English and Simplified Chinese.
Dynamic Translation: Implement an internationalization framework to ensure menus, button tooltips, and basic configuration descriptions update dynamically based on the selected language.
Describe alternatives you've considered
I am currently using browser-based auto-translation. However, this often translates technical jargon incorrectly (e.g., mistranslating "Tokens" or specific model parameters), which can lead to confusion or misconfiguration.
Additional context
Adding Chinese language support would significantly improve the accessibility and user experience for the growing developer community in China.