Skip to main content

Languages

EasyMenu includes English, Japanese, and Russian messages.

Select a language

Change language in config.yml.

LanguageValueFile
Englishen_uslang/en_us.yml
Japaneseja_jplang/ja_jp.yml
Russianru_rulang/ru_ru.yml
language: "en_us"

Run /menu reload after saving the file.

Customize a message

Edit the selected file in plugins/EasyMenu/lang.

command:
no-permission: "Only administrators can use this feature."

Your customized values continue to take priority after an EasyMenu update.

Upgrade an old language file

EasyMenu loads messages in this order.

  1. Bundled English
  2. Bundled selected language
  3. User file in plugins/EasyMenu/lang

If an old ja_jp.yml does not contain the new input.timeout key, EasyMenu uses the bundled Japanese message.

If the key is also missing from bundled Japanese, EasyMenu uses English.

The user file loads last, so existing custom translations are not overwritten.

tip

Keep a copy of a language file before editing it so you can restore earlier text easily.