Lazyload server language setting in translationHandler
This commit is contained in:
parent
35f0a5c8f8
commit
80c2bd8500
5 changed files with 36 additions and 39 deletions
|
@ -9,6 +9,6 @@ namespace Geekbot.net.Lib.Localization
|
|||
Dictionary<string, string> GetDict(ICommandContext context);
|
||||
Dictionary<string, string> GetDict(ICommandContext context, string command);
|
||||
bool SetLanguage(ulong guildId, string language);
|
||||
List<string> GetSupportedLanguages();
|
||||
List<string> SupportedLanguages { get; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue