mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-20 17:55:30 +01:00
Made LocalesManager final (so it cannot be extended)
also added authors :)
This commit is contained in:
parent
6ef6416c5a
commit
c6ea8ff4c4
@ -11,7 +11,11 @@ import us.tastybento.bskyblock.api.localization.BSBLocale;
|
|||||||
import us.tastybento.bskyblock.config.Settings;
|
import us.tastybento.bskyblock.config.Settings;
|
||||||
import us.tastybento.bskyblock.util.FileLister;
|
import us.tastybento.bskyblock.util.FileLister;
|
||||||
|
|
||||||
public class LocalesManager {
|
/**
|
||||||
|
* @author Tastybento, Poslovitch
|
||||||
|
*/
|
||||||
|
public final class LocalesManager {
|
||||||
|
|
||||||
private BSkyBlock plugin;
|
private BSkyBlock plugin;
|
||||||
private HashMap<Locale, BSBLocale> languages = new HashMap<>();
|
private HashMap<Locale, BSBLocale> languages = new HashMap<>();
|
||||||
final static String LOCALE_FOLDER = "locales";
|
final static String LOCALE_FOLDER = "locales";
|
||||||
|
Loading…
Reference in New Issue
Block a user