mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 10:32:20 +00:00
Polish translation update (#5378)
* Polish-translation-upd + fix * Polish-translation-upd * Polish translation updated + list.txt for new multi-device strings * Polish translation updated + list.txt for new multi-device strings * update list.txt + src/slic3r/GUI/SendMultiMachinePage.cpp
This commit is contained in:
@@ -163,7 +163,6 @@ 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";
|
||||
|
||||
Reference in New Issue
Block a user