miantalha45 opened a new issue, #4004: URL: https://github.com/apache/hertzbeat/issues/4004
### Is there an existing issue for this? - [x] I have searched the existing issues ### Current Behavior The theme settings drawer displays Chinese text labels regardless of the selected language: - "主题色" (Theme Color) - "设置" (Settings) - "顶部" (Top) - "侧边栏" (Sidebar) - "内容" (Content) - "其它" (Other) - Other Chinese labels and descriptions <img width="1150" height="818" alt="Image" src="https://github.com/user-attachments/assets/9b4ad481-e433-4c0d-b69c-7df3d038c390" /> ### Expected Behavior All text in the theme settings drawer should be displayed in English when English is selected as the language, including: - "Theme Color" instead of "主题色" - "Settings" instead of "设置" - "Top" instead of "顶部" - "Sidebar" instead of "侧边栏" - "Content" instead of "内容" - "Other" instead of "其它" - All other labels and descriptions ### Steps To Reproduce The `setting-drawer` component from `@delon/theme` may need to: 1. Use the application's i18n service to fetch translations 2. Accept language/locale props to display correct translations 3. Or be replaced/customized to use the HertzBeat i18n system ### Environment ```markdown HertzBeat version(s): ``` ### Debug logs _No response_ ### Anything else? _No response_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@hertzbeat.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@hertzbeat.apache.org For additional commands, e-mail: notifications-h...@hertzbeat.apache.org
