mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-27 19:24:44 +02:00
Major cleanup
This commit is contained in:
@ -9,10 +9,12 @@ import org.bukkit.ChatColor;
|
||||
|
||||
import com.gmail.nossr50.config.Config;
|
||||
|
||||
public class LocaleLoader {
|
||||
public final class LocaleLoader {
|
||||
private static final String BUNDLE_NAME = "com.gmail.nossr50.locale.locale";
|
||||
private static ResourceBundle RESOURCE_BUNDLE = null;
|
||||
|
||||
private LocaleLoader() {};
|
||||
|
||||
public static String getString(String key) {
|
||||
return getString(key, null);
|
||||
}
|
||||
|
Reference in New Issue
Block a user