mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-07 18:17:44 +00:00
Drop the transitional device-layer shims
This commit is contained in:
@@ -267,7 +267,7 @@ std::string HMSQuery::hms_language_code()
|
||||
// set language code to en by default
|
||||
return "en";
|
||||
std::string lang_code = wxGetApp().app_config->get_language_code();
|
||||
// The HMS host ships no catalog for these locales, so fall back to english to avoid empty texts + retries
|
||||
// Orca: the HMS host ships no catalog for these locales, so fall back to english to avoid empty texts + retries
|
||||
if (lang_code.compare("uk") == 0
|
||||
|| lang_code.compare("cs") == 0
|
||||
|| lang_code.compare("ru") == 0
|
||||
|
||||
Reference in New Issue
Block a user