-
Notifications
You must be signed in to change notification settings - Fork 10
Language
Leaf26 edited this page Jun 17, 2026
·
1 revision
language.yml selects the active locale. It is loaded before every other RTP config file, so when a non-English locale is active, config.yml, messages.yml, economy.yml, performance.yml, safety.yml, and logging.yml are read from lang/<code>/ instead.
| Key | Default | Purpose |
|---|---|---|
language |
en |
Locale code. Selects the lang/<code>/ directory whose translated YAML files are loaded. |
en, cat, de, es, fr, it, ja, ko, nl, pl, pt, ru, zh.
(cat is the playful "Internet Cat" dialect, not Catalan.)
- Create
<pluginDir>/lang/<code>/containing the translated YAML files. - Set
languageto that code. - Run
/rtp reload(or restart the server).
See the Translation Guide for the full contract.