Added german and russian to list of supported languages, russian is unfinished atm btw
This commit is contained in:
parent
31974baa13
commit
5f8982d4fb
@ -18,8 +18,10 @@ namespace NadekoBot.Modules.Administration
|
||||
{
|
||||
private ImmutableDictionary<string, string> supportedLocales { get; } = new Dictionary<string, string>()
|
||||
{
|
||||
{"en-US", "English, United States" },
|
||||
{"fr-FR", "French, France" }
|
||||
{"en-US", "English, United States"},
|
||||
{"fr-FR", "French, France"},
|
||||
{"ru-RU", "Russian, Russia"},
|
||||
{"de-DE", "German, Germany"}
|
||||
//{"sr-cyrl-rs", "Serbian, Cyrillic" }
|
||||
}.ToImmutableDictionary();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user