The button introduction of the mod option does not translate the key name
ValueBackingDown opened this issue · 4 comments
Please check the guidelines before submitting: #217
Minecraft version
1.19.3 Forge 44.1.20
Mod version
3.2
Describe the bug
The description of the button in the mod settings inside the "W" button does not have a localized key name
To Reproduce
Steps to reproduce the behavior:
- Select a different language
- Click on the in-game purple 'W' setting screen
- Click any option button
- The title of the option button is translated normally, but the floating text is not translated and the original en_us.json does not have a localized key name
Crash Reports / Logs
no
Is OptiFine installed?
Not Installed Optifine.
Screenshots
Maybe not quite complete, but the description in English is enough to prove the problem
This is known and not even an issue, the description of config options are not able to be translated and are always english on default.
This is just how forge configs work, the descriptions cannot be translatable due to how they’re written to a file but I’m sure we could add localization keys in the lang for when rendering them in the menu.