mirror of
https://github.com/aikar/commands.git
synced 2026-06-30 10:18:29 +00:00
add german translations (#65)
This commit is contained in:
@@ -47,7 +47,8 @@ public abstract class CommandManager <I, FT, F extends MessageFormatter<FT>> {
|
||||
protected Map<String, RootCommand> rootCommands = new HashMap<>();
|
||||
protected CommandReplacements replacements = new CommandReplacements(this);
|
||||
protected ExceptionHandler defaultExceptionHandler = null;
|
||||
protected Set<Locale> supportedLanguages = Sets.newHashSet(Locale.ENGLISH, new java.util.Locale("es"));
|
||||
|
||||
protected Set<Locale> supportedLanguages = Sets.newHashSet(Locale.ENGLISH, Locale.GERMAN, new Locale("es"));
|
||||
protected Map<MessageType, F> formatters = new IdentityHashMap<>();
|
||||
protected F defaultFormatter;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user