Skip to content

Localization

Moros edited this page Mar 9, 2024 · 6 revisions

There's a Crowdin project you can contribute translations to.

You can also add custom translations by editing a copy of messages and adding it to the plugin's/mod's directory under translations.

Example

  plugins/config
  │── bending
  │   ├── bending.conf
  │   ├── addons
  │   │   └── ...
  │   ├── data
  │   │   └── ...
  │   └── translations
+ │       └── fr.properties
  │── <other plugins/mods>