diff --git a/NadekoBot/Modules/Translator/Helpers/GoogleTranslator.cs b/NadekoBot/Modules/Translator/Helpers/GoogleTranslator.cs index c4af2d78..4bc8f384 100644 --- a/NadekoBot/Modules/Translator/Helpers/GoogleTranslator.cs +++ b/NadekoBot/Modules/Translator/Helpers/GoogleTranslator.cs @@ -101,6 +101,7 @@ namespace NadekoBot.Modules.Translator.Helpers { "catalan", "ca"}, { "chinese-traditional", "zh-TW"}, { "chinese-simplified", "zh-CN"}, + { "chinese", "zh-CN"}, { "croatian", "hr"}, { "czech", "cs"}, { "danish", "da"},