mirror of
https://github.com/songoda/EpicHoppers.git
synced 2025-01-25 09:01:35 +01:00
Language
This commit is contained in:
parent
7dd452f064
commit
a20b978393
@ -121,7 +121,8 @@ public class EpicHoppersPlugin extends JavaPlugin implements EpicHoppers {
|
||||
// Locales
|
||||
String langMode = getConfig().getString("System.Language Mode");
|
||||
Locale.init(this);
|
||||
Locale.saveDefaultLocale(langMode);
|
||||
Locale.saveDefaultLocale("en_US");
|
||||
Locale.saveDefaultLocale("fr_FR");
|
||||
this.locale = Locale.getLocale(getConfig().getString("System.Language Mode", langMode));
|
||||
|
||||
hopperManager = new EHopperManager();
|
||||
|
Loading…
Reference in New Issue
Block a user