Translations - i18n

Jobs has support for multiple languages. Each language has their own language file located inside i18n/ inside Jobs.jar

Changing Default Language

The default language is usually the default language of the machine you install this plugin on. You can change your language by setting locale-language in generalConfig.yml.

Available Languages

These are the languages that are currently available in the latest build. If your language is not available, it will default to English.

  • English (en - default)
  • Spanish (es)
  • German (de)
  • French (fr)
  • Russian (ru)
  • Polish (pl)
  • Japanese (ja)
  • Chinese (za)

Adding Languages

If you would like to translate Jobs to your language, modify the default i18n/messages.properties file located inside Jobs.jar, and rename the file to messages_xx.properties, where xx is two letter lowercase ISO 639-1 language code. You may re-add that file back to the jar, not inside the plugins/Jobs folder. Any missing properties are pulled from the default language file. Do not modify messages.properties directly for languages other than English.

Please submit any translations by submitting a pull request on GitHub, or open a ticket on Bukkit Dev.

You may optionally contribute translations by editing the translations on this project, and then submitting a ticket to Bukkit Dev.