Locale Updates

Locale Updates

This plugin will check for locales and updates if the configuration value locale.locale is set to something other than 'en_US' and the configuration value for locale.updates.autoDownload is set to 'true'. When checking for locale updates the plugin checks an XML file, located here. If an update is available, the plugin downloads the file located at the 'download_link' tag to the plugin's data folder. Once the file is downloaded, the plugin will attempt to load the file as a locale.

How to disable locale update checking

The plugin will no longer connect to check for updates or download locale updates, if you do the following steps:

  1. Open the configuration file found in your bukkit plugin folder under Reporter/config.yml
  2. Find the configuration entry locale.updates.autoDownload and set it to 'false'.