Updated list of finished languages
This commit is contained in:
parent
0aa8ad0b20
commit
19b718219b
@ -18,7 +18,7 @@ namespace NadekoBot.Modules.Administration
|
|||||||
{
|
{
|
||||||
private ImmutableDictionary<string, string> supportedLocales { get; } = new Dictionary<string, string>()
|
private ImmutableDictionary<string, string> supportedLocales { get; } = new Dictionary<string, string>()
|
||||||
{
|
{
|
||||||
//{"zh-TW", "Chinese (Traditional), China" },
|
{"zh-TW", "Chinese (Traditional), China" },
|
||||||
{"zh-CN", "Chinese (Simplified), China"},
|
{"zh-CN", "Chinese (Simplified), China"},
|
||||||
//{"nl-NL", "Dutch, Netherlands"},
|
//{"nl-NL", "Dutch, Netherlands"},
|
||||||
{"en-US", "English, United States"},
|
{"en-US", "English, United States"},
|
||||||
@ -31,6 +31,7 @@ namespace NadekoBot.Modules.Administration
|
|||||||
{"ru-RU", "Russian, Russia"},
|
{"ru-RU", "Russian, Russia"},
|
||||||
//{"sr-Cyrl-RS", "Serbian, Serbia - Cyrillic"}
|
//{"sr-Cyrl-RS", "Serbian, Serbia - Cyrillic"}
|
||||||
{"sv-SE", "Swedish, Sweden"},
|
{"sv-SE", "Swedish, Sweden"},
|
||||||
|
{"tr-TR", "Turkish, Turkey" }
|
||||||
}.ToImmutableDictionary();
|
}.ToImmutableDictionary();
|
||||||
|
|
||||||
[NadekoCommand, Usage, Description, Aliases]
|
[NadekoCommand, Usage, Description, Aliases]
|
||||||
|
Loading…
Reference in New Issue
Block a user