Add support for Chinese translation

This commit is contained in:
Omar Roth 2019-07-04 23:11:04 -05:00
parent 5515da3c2d
commit 857c57daba
No known key found for this signature in database
GPG key ID: B8254FB7EC3D37F2
2 changed files with 2 additions and 0 deletions

View file

@ -85,6 +85,7 @@ LOCALES = {
"pl" => load_locale("pl"),
"ru" => load_locale("ru"),
"uk" => load_locale("uk"),
"zh-CN" => load_locale("zh-CN"),
}
config = CONFIG