Describe the bug
In VNote version 4.5.0-win64, the newly introduced Mindmap panel contains UI labels that are hardcoded or stuck in Chinese ("脑图大纲" and "搜索节点..."). Changing the global application language to English does not affect these labels. Even completely removing the _zh_CN.qm translation files from the translations directory leaves these specific strings untranslated, suggesting they might be hardcoded in the mindmap web component or plugin interface.
Steps to reproduce
- Set VNote language to English.
- Open or create a Mindmap note.
- Observe the outline panel on the left side of the mindmap view.
- The panel header and the search placeholder are still displayed in Chinese.
Expected behavior
The Mindmap interface labels should respect the global language selection (e.g., "Mindmap Outline" and "Search nodes..." when the language is set to English).
Environment
- VNote Version: 4.5.0-win64
- OS: Windows 10 / Windows 11 (64-bit)
Describe the bug
In VNote version 4.5.0-win64, the newly introduced Mindmap panel contains UI labels that are hardcoded or stuck in Chinese ("脑图大纲" and "搜索节点..."). Changing the global application language to English does not affect these labels. Even completely removing the
_zh_CN.qmtranslation files from thetranslationsdirectory leaves these specific strings untranslated, suggesting they might be hardcoded in the mindmap web component or plugin interface.Steps to reproduce
Expected behavior
The Mindmap interface labels should respect the global language selection (e.g., "Mindmap Outline" and "Search nodes..." when the language is set to English).
Environment