Translate common commands and fix bug in !urban

This commit is contained in:
Runebaas 2017-11-16 17:19:43 +01:00
parent 119ce579b7
commit 14fcf74aea
No known key found for this signature in database
GPG key ID: 2677AF508D0300D6
11 changed files with 182 additions and 44 deletions

View file

@ -121,7 +121,7 @@ namespace Geekbot.net.Commands
if (success)
{
var trans = _translation.GetDict(Context);
await ReplyAsync(trans["Confirm"]);
await ReplyAsync(trans["NewLanguageSet"]);
return;
}
await ReplyAsync(