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
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 != "") {