EconomyS / EconomyAPI

Core of economy system for Nukkit
GNU General Public License v3.0
22 stars 33 forks source link

Language detection isn't correct #10

Open Leonidius20 opened 7 years ago

Leonidius20 commented 7 years ago

For example, my server's language is Russian (rus), but this plugin uses English, because Russian translation file's name is "lang_ru". You need to rename the file into "lang_rus" or to change language detection mechanism, so that it checks 2 first letters of the language's name, not three.

kochurovro commented 6 years ago

Kindly check it https://github.com/EconomyS/EconomyAPI/pull/12