Essentials icon indicating copy to clipboard operation
Essentials copied to clipboard

Command descriptions not using translated text

Open rypervenche opened this issue 1 month ago • 0 comments

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

  1. Put locale into zh-TW locale (繁體中文 (台灣)), or any locale that is fully translated
  2. 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.

Additional Information

Example of untranslated text

rypervenche avatar Nov 07 '25 18:11 rypervenche