From 51496fa51781771b19014383c25dc9750e144a63 Mon Sep 17 00:00:00 2001 From: Kwoth Date: Mon, 24 Oct 2016 07:57:26 +0200 Subject: [PATCH] Fixed chinese in ~trans --- src/NadekoBot/Modules/Searches/Commands/GoogleTranslator.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/NadekoBot/Modules/Searches/Commands/GoogleTranslator.cs b/src/NadekoBot/Modules/Searches/Commands/GoogleTranslator.cs index 769d2a80..be415465 100644 --- a/src/NadekoBot/Modules/Searches/Commands/GoogleTranslator.cs +++ b/src/NadekoBot/Modules/Searches/Commands/GoogleTranslator.cs @@ -94,8 +94,8 @@ namespace NadekoBot.Modules.Searches { "bn", "bn"}, { "bg", "bg"}, { "ca", "ca"}, - { "zh-TW", "zh-TW"}, - { "zh-CN", "zh-CN"}, + { "zh-tw", "zh-TW"}, + { "zh-cn", "zh-CN"}, { "hr", "hr"}, { "cs", "cs"}, { "da", "da"},