Integrate different languages inside the plugin
utarwyn opened this issue ยท 0 comments
Is your feature request related to a problem? Please describe.
For now, the only language file integrated in the plugin is English. The file loading system does not allow other languages to be provided by default. Thus, it is not possible to internationalize the plugin out-of-the-box.
EnderContainers/plugin/src/main/resources/locales/en.yml
Lines 1 to 5 in c3d3323
Describe the solution you'd like
I think the language system should be improved to load other files from the locales/
resource folder (the version 2.2.0 only loads the en.yml
file).