bentobox/locales
Tastybento 30fb087777 Implemented locales that include addons.
This is a first working version and can probably be improved.

Firstly, the plugin will save any BSkyBlock language files to the locale
folder from the BSkyBlock jar if and only if the locale folder does not
exist. It will then do the same for any addons as they are loaded. Addon
language files are prefixed with their addon name to keep them separate
and recongnizable.

Then the plugin loads the language files and merges common languages
together into a YAMLConfiguration that is held in memory. The combined
config is never saved out to the file system.

If a request is made for a particular reference to a language that does
not exist or if the reference does not exist, then the default language
is tried.
2018-01-01 18:32:59 -08:00
..
BSB-de-DE.yml Implemented locales that include addons. 2018-01-01 18:32:59 -08:00
BSB-en-GB.yml Implemented locales that include addons. 2018-01-01 18:32:59 -08:00
BSB-en-US.yml Implemented locales that include addons. 2018-01-01 18:32:59 -08:00
BSB-fr-FR.yml Implemented locales that include addons. 2018-01-01 18:32:59 -08:00
BSB-zh-CN.yml Implemented locales that include addons. 2018-01-01 18:32:59 -08:00