ENH: update translation and sync with localazy

Change-Id: Icbf0a5642e16ad18eb8a9552810e39de5ec3b471
This commit is contained in:
Stone Li 2022-09-07 10:00:48 +08:00 committed by Lane.Wei
parent e2653289f4
commit 1a3a01a39f
19 changed files with 9398 additions and 2712 deletions

View file

@ -12,7 +12,7 @@ static bool show_flag;
#define COMBOBOX_FILAMENT (m_comboBox_filament)
#endif
AMSMaterialsSetting::AMSMaterialsSetting(wxWindow *parent, wxWindowID id)
: DPIDialog(parent, id, _L("AMSMaterialsSetting"), wxDefaultPosition, wxDefaultSize, wxBORDER_NONE)
: DPIDialog(parent, id, _L("AMS Materials Setting"), wxDefaultPosition, wxDefaultSize, wxBORDER_NONE)
{
create();
}