mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-05-19 04:04:18 +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
Boyfriend
|
@ -17,7 +17,8 @@ public static class Utils {
|
|||
|
||||
private static readonly Dictionary<string, CultureInfo> CultureInfoCache = new() {
|
||||
{ "ru", new CultureInfo("ru-RU") },
|
||||
{ "en", new CultureInfo("en-US") }
|
||||
{ "en", new CultureInfo("en-US") },
|
||||
{ "mctaylors-ru", new CultureInfo("tt-RU") }
|
||||
};
|
||||
|
||||
private static readonly Dictionary<ulong, SocketRole> MuteRoleCache = new();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue