Prevents instantiation of the Translator class
This commit is contained in:
@ -21,6 +21,10 @@ public final class Translator {
|
||||
private static Map<TranslatableMessage, String> translatedMessages;
|
||||
private static Map<TranslatableMessage, String> backupTranslatedMessages;
|
||||
|
||||
private Translator() {
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* Loads the languages used by this translator
|
||||
*/
|
||||
|
Reference in New Issue
Block a user