As the framework already provides a "language system" (based on resource bundles), the user should load them from outside the jar (e.g. plugin data folder) to create new languages and customize existing ones.
Usage
Implementation idea
Add a method like void loadFromFile(String directory) to LanguageSelector to load the resources from a defined path.
Description
As the framework already provides a "language system" (based on resource bundles), the user should load them from outside the jar (e.g. plugin data folder) to create new languages and customize existing ones.
Usage
Implementation idea Add a method like
void loadFromFile(String directory)
toLanguageSelector
to load the resources from a defined path.