Add support for Turkish translation

This commit is contained in:
Omar Roth
2019-09-23 12:49:07 -04:00
parent 8a3c6382e9
commit 466a5a932b
2 changed files with 9 additions and 23 deletions

View File

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