compilation errors fixed of Ukrainian localizalion (#1610)

* compilation errors fixed of Ukrainian localizalion

* add UKRAINIAN lang option in UI

---------

Co-authored-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
djperya 2023-07-29 05:13:17 +03:00 committed by GitHub
parent d7a1241550
commit 979b17fab7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 1906 additions and 1689 deletions

View file

@ -4927,7 +4927,8 @@ bool GUI_App::load_language(wxString language, bool initial)
wxLANGUAGE_JAPANESE,
wxLANGUAGE_ITALIAN,
wxLANGUAGE_KOREAN,
wxLANGUAGE_RUSSIAN
wxLANGUAGE_RUSSIAN,
wxLANGUAGE_UKRAINIAN
};
std::string cur_language = app_config->get("language");
if (cur_language != "") {