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>()
|
private ImmutableDictionary<string, string> supportedLocales { get; } = new Dictionary<string, string>()
|
||||||
{
|
{
|
||||||
{"en-US", "English, United States" },
|
{"en-US", "English, United States"},
|
||||||
{"fr-FR", "French, France" }
|
{"fr-FR", "French, France"},
|
||||||
|
{"ru-RU", "Russian, Russia"},
|
||||||
|
{"de-DE", "German, Germany"}
|
||||||
//{"sr-cyrl-rs", "Serbian, Cyrillic" }
|
//{"sr-cyrl-rs", "Serbian, Cyrillic" }
|
||||||
}.ToImmutableDictionary();
|
}.ToImmutableDictionary();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user