mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 15:37:30 -06:00
FIX:add multilingual translation
Change-Id: I2227bd55a48c7ce136f97893bd797a161459007e
This commit is contained in:
parent
121dccc59c
commit
a3fbcf2963
22 changed files with 192 additions and 111 deletions
|
@ -114,7 +114,7 @@ SavePresetDialog::Item::Item(Preset::Type type, const std::string &suffix, wxBox
|
|||
|
||||
m_sizer_left->Add(0, 0, 0, wxLEFT, 10);
|
||||
|
||||
auto m_left_text = new wxStaticText(parent, wxID_ANY, L("User Preset"), wxDefaultPosition, wxDefaultSize, 0);
|
||||
auto m_left_text = new wxStaticText(parent, wxID_ANY, _L("User Preset"), wxDefaultPosition, wxDefaultSize, 0);
|
||||
m_left_text->Wrap(-1);
|
||||
m_left_text->SetFont(::Label::Body_13);
|
||||
m_left_text->SetForegroundColour(wxColour(107,107,107));
|
||||
|
@ -133,7 +133,7 @@ SavePresetDialog::Item::Item(Preset::Type type, const std::string &suffix, wxBox
|
|||
|
||||
m_sizer_right->Add(0, 0, 0, wxLEFT, 10);
|
||||
|
||||
auto m_right_text = new wxStaticText(parent, wxID_ANY, L("Project Inside Preset"), wxDefaultPosition, wxDefaultSize, 0);
|
||||
auto m_right_text = new wxStaticText(parent, wxID_ANY, _L("Project Inside Preset"), wxDefaultPosition, wxDefaultSize, 0);
|
||||
m_right_text->SetForegroundColour(wxColour(107,107,107));
|
||||
m_right_text->SetFont(::Label::Body_13);
|
||||
m_right_text->Wrap(-1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue