mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 19:12:38 -07:00
Localization: Update POT
+ Fixed translation for the "Extruder n" category on the Printer Settings Tab + Fixed a crash, when scrolling inside Search imGui with some localization (e.t. Russion)
This commit is contained in:
@@ -1872,6 +1872,7 @@ wxString GUI_App::current_language_code_safe() const
|
||||
{ "pl", "pl_PL", },
|
||||
{ "uk", "uk_UA", },
|
||||
{ "zh", "zh_CN", },
|
||||
{ "ru", "ru_RU", },
|
||||
};
|
||||
wxString language_code = this->current_language_code().BeforeFirst('_');
|
||||
auto it = mapping.find(language_code);
|
||||
|
||||
Reference in New Issue
Block a user