mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-04-20 00:43:36 +03:00
uuuhhh
Signed-off-by: mctaylors <cantsendmails@mctaylors.ru>
This commit is contained in:
parent
2342116e87
commit
ca8369971e
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ public sealed class LanguageOption : Option<CultureInfo>
|
||||||
{
|
{
|
||||||
{ "en", new CultureInfo("en-US") },
|
{ "en", new CultureInfo("en-US") },
|
||||||
{ "ru", new CultureInfo("ru-RU") },
|
{ "ru", new CultureInfo("ru-RU") },
|
||||||
{ "mctaylors-ru", new CultureInfo("tt-RU") }
|
{ "mctaylors", new CultureInfo("tt-RU") }
|
||||||
};
|
};
|
||||||
|
|
||||||
public LanguageOption(string name, string defaultValue) : base(name, CultureInfoCache[defaultValue]) { }
|
public LanguageOption(string name, string defaultValue) : base(name, CultureInfoCache[defaultValue]) { }
|
||||||
|
|
Loading…
Add table
Reference in a new issue