The anti-triggered edit 2: Electric boogaloo

I pulled into the wrong branch. Now this should be correct.
This commit is contained in:
GitBranch 2016-08-08 23:36:28 +08:00 committed by GitHub
parent eb3a082aa1
commit 867d122378

View File

@ -99,7 +99,8 @@ namespace NadekoBot.Modules.Translator.Helpers
{ "bengali", "bn"},
{ "bulgarian", "bg"},
{ "catalan", "ca"},
{ "chinese", "zh-CN"},
{ "chinese-traditional", "zh-TW"},
{ "chinese-simplified", "zh-CN"},
{ "croatian", "hr"},
{ "czech", "cs"},
{ "danish", "da"},
@ -163,6 +164,7 @@ namespace NadekoBot.Modules.Translator.Helpers
{ "bn", "bn"},
{ "bg", "bg"},
{ "ca", "ca"},
{ "zh-TW", "zh-TW"},
{ "zh-CN", "zh-CN"},
{ "hr", "hr"},
{ "cs", "cs"},