From 19b718219b55c1540f4eaf5af636824f94cbe471 Mon Sep 17 00:00:00 2001 From: Kwoth Date: Thu, 9 Mar 2017 17:38:00 +0100 Subject: [PATCH] Updated list of finished languages --- .../Modules/Administration/Commands/LocalizationCommands.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/NadekoBot/Modules/Administration/Commands/LocalizationCommands.cs b/src/NadekoBot/Modules/Administration/Commands/LocalizationCommands.cs index d7dd424e..077eeb85 100644 --- a/src/NadekoBot/Modules/Administration/Commands/LocalizationCommands.cs +++ b/src/NadekoBot/Modules/Administration/Commands/LocalizationCommands.cs @@ -18,7 +18,7 @@ namespace NadekoBot.Modules.Administration { private ImmutableDictionary supportedLocales { get; } = new Dictionary() { - //{"zh-TW", "Chinese (Traditional), China" }, + {"zh-TW", "Chinese (Traditional), China" }, {"zh-CN", "Chinese (Simplified), China"}, //{"nl-NL", "Dutch, Netherlands"}, {"en-US", "English, United States"}, @@ -31,6 +31,7 @@ namespace NadekoBot.Modules.Administration {"ru-RU", "Russian, Russia"}, //{"sr-Cyrl-RS", "Serbian, Serbia - Cyrillic"} {"sv-SE", "Swedish, Sweden"}, + {"tr-TR", "Turkish, Turkey" } }.ToImmutableDictionary(); [NadekoCommand, Usage, Description, Aliases]