Language of toolkit plugin menu title does not change when selecting another language
Closed this issue · 0 comments
mrmagic2020 commented
Describe the bug
The language of the title of the toolkit plugin menu does not change when selecting another language.
To Reproduce
Steps to reproduce the behavior:
- Run OpenRCT2.
- In
Options
, change the language of the game. (Currently only en-US and zh-CN are supported.) - Observe that the language of the plugin menu does not change.
Expected behavior
All texts should change to the specified language (if supported).
Desktop (please complete the following information):
- OS: macOS 14.4.1
- OpenRCT2 Version v0.4.11
Additional context
The title is specified when calling ui.registerToolboxMenuItem()
, which only supports static string parameters.