mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 01:37:53 -06:00
Update HMS.cpp set language code to en by default for PL language (#4034)
* Update HMS.cpp set language code to en by default for PL language
This commit is contained in:
parent
31d1d03578
commit
174ee050ea
1 changed files with 1 additions and 0 deletions
|
@ -146,6 +146,7 @@ std::string HMSQuery::hms_language_code()
|
|||
std::string lang_code = wxGetApp().app_config->get_language_code();
|
||||
if (lang_code.compare("uk") == 0
|
||||
|| lang_code.compare("cs") == 0
|
||||
|| lang_code.compare("pl") == 0
|
||||
|| lang_code.compare("ru") == 0) {
|
||||
BOOST_LOG_TRIVIAL(info) << "HMS: using english for lang_code = " << lang_code;
|
||||
return "en";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue