The anti-triggered edit 2: Electric boogaloo
I pulled into the wrong branch. Now this should be correct.
This commit is contained in:
parent
eb3a082aa1
commit
867d122378
@ -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"},
|
||||
|
Loading…
Reference in New Issue
Block a user