mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-04-30 02:59:54 +03:00
Added mctaylors' version of the Russian language (#2)
Co-authored-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
parent
595e7f6a6d
commit
ea72e42e8b
4 changed files with 381 additions and 6 deletions
|
@ -120,7 +120,7 @@ public sealed class SettingsCommand : ICommand {
|
|||
return Task.CompletedTask;
|
||||
}
|
||||
|
||||
if (selectedSetting is "Lang" && value is not "ru" and not "en") {
|
||||
if (selectedSetting is "Lang" && value is not "ru" and not "en" and not "mctaylors-ru") {
|
||||
cmd.Reply(Messages.LanguageNotSupported, ":x: ");
|
||||
return Task.CompletedTask;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue