Merge pull request #557 from GitBranch/dev

chinese-traditional added to translation list
This commit is contained in:
Master Kwoth 2016-08-11 06:30:08 +02:00 committed by GitHub
commit 29c49816c4

View File

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