You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found that internationalization was not implemented in the preference-tree-widget.ts and preference-node-renderer.ts files, and I tried to solve this problem. As follows:
the main issue is that these names are dynamically generated from the IDs/names of the preferences. They're not real named groups. VS Code also struggles with this, and AFAIK also doesn't translate the names of the preference groups.
However, we can maintain a list of translations for known groups. Note that the preferences contributed by plugins won't have a translated group name.
I see. Seems like VS Code has actually started translating those preference groups. That wasn't there the last time I worked on the feature. I'll implement this soon.
Bug Description:
I found that internationalization was not implemented in the
preference-tree-widget.ts
andpreference-node-renderer.ts
files, and I tried to solve this problem. As follows:When does the team plan to support internationalization of the settings page?
Steps to Reproduce:
Additional Information
Operating System: Windows 11
Theia Version: master
The text was updated successfully, but these errors were encountered: