Merge pull request #557 from GitBranch/dev
chinese-traditional added to translation list
This commit is contained in:
commit
29c49816c4
@ -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"},
|
||||
|
Loading…
Reference in New Issue
Block a user