Essentials
Essentials copied to clipboard
Command descriptions not using translated text
Type of bug
Other unexpected behaviour
/ess dump all output
https://essentialsx.net/dump.html?bytebin=kaodIMQpv7
Error log (if applicable)
No response
Bug description
It seems the command descriptions are using the English text from Essentials/src/main/resources/messages.properties instead of from the appropriate locale.
For example, killCommandUsage1Description, even though there is translated text for the locale set on my client, it still defaults to English. The text around /help /kill all seems to be properly translated, just not the description at the end of the output.
Steps to reproduce
- Put locale into zh-TW locale (
繁體中文 (台灣)), or any locale that is fully translated - Run
/help /kill
Expected behaviour
All help text except for the actual command should be in the target language, including the description at the end.
Actual behaviour
The killCommandUsage1Description text is still in English and not in the set locale.