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"},
|
{ "bengali", "bn"},
|
||||||
{ "bulgarian", "bg"},
|
{ "bulgarian", "bg"},
|
||||||
{ "catalan", "ca"},
|
{ "catalan", "ca"},
|
||||||
|
{ "chinese-traditional", "zh-TW"},
|
||||||
|
{ "chinese-simplified", "zh-CN"},
|
||||||
{ "chinese", "zh-CN"},
|
{ "chinese", "zh-CN"},
|
||||||
{ "croatian", "hr"},
|
{ "croatian", "hr"},
|
||||||
{ "czech", "cs"},
|
{ "czech", "cs"},
|
||||||
@ -163,6 +165,7 @@ namespace NadekoBot.Modules.Translator.Helpers
|
|||||||
{ "bn", "bn"},
|
{ "bn", "bn"},
|
||||||
{ "bg", "bg"},
|
{ "bg", "bg"},
|
||||||
{ "ca", "ca"},
|
{ "ca", "ca"},
|
||||||
|
{ "zh-TW", "zh-TW"},
|
||||||
{ "zh-CN", "zh-CN"},
|
{ "zh-CN", "zh-CN"},
|
||||||
{ "hr", "hr"},
|
{ "hr", "hr"},
|
||||||
{ "cs", "cs"},
|
{ "cs", "cs"},
|
||||||
|
Loading…
Reference in New Issue
Block a user