mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 23:46:24 -06:00
FIX: use current_language_code_safe() for valid language
Change-Id: I480730055588aa76bd40f35e6c4bcbe9833c330d
This commit is contained in:
parent
74a1bb8c0f
commit
c5bba1fa85
6 changed files with 9 additions and 24 deletions
|
@ -437,7 +437,7 @@ static std::string generate_system_info_json()
|
|||
);
|
||||
#endif // __WXGTK__
|
||||
data_node.put("SystemLanguage", sys_language);
|
||||
data_node.put("TranslationLanguage: ", wxGetApp().app_config->get("language"));
|
||||
data_node.put("TranslationLanguage: ", wxGetApp().current_language_code_safe());
|
||||
|
||||
|
||||
pt::ptree hw_node;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue