Add support for Ukranian and Esperanto

This commit is contained in:
Omar Roth 2019-04-19 11:20:18 -05:00
parent aa10a9d899
commit 8614ff40df
1 changed files with 2 additions and 0 deletions

View File

@ -62,6 +62,7 @@ LOCALES = {
"ar" => load_locale("ar"),
"de" => load_locale("de"),
"en-US" => load_locale("en-US"),
"eo" => load_locale("eo"),
"es" => load_locale("es"),
"eu" => load_locale("eu"),
"fr" => load_locale("fr"),
@ -70,6 +71,7 @@ LOCALES = {
"nl" => load_locale("nl"),
"pl" => load_locale("pl"),
"ru" => load_locale("ru"),
"uk" => load_locale("uk"),
}
config = CONFIG