localization

This commit is contained in:
Kwoth
2017-03-05 18:58:40 +01:00
parent 65f87f2021
commit f7ca6ec0e0
3 changed files with 17 additions and 19 deletions

View File

@@ -101,7 +101,7 @@ namespace NadekoBot.Modules.Administration
public async Task LanguagesList()
{
await Context.Channel.EmbedAsync(new EmbedBuilder().WithOkColor()
.WithTitle(GetText("lang_list", ""))
.WithTitle(GetText("lang_list"))
.WithDescription(string.Join("\n",
supportedLocales.Select(x => $"{Format.Code(x.Key), -10} => {x.Value}"))));
}