mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
NEW: Adding Ukrainian Language Translation (BambuStudio_uk.po)
JIRA: no Signed-off-by: Stone Li <stone.li@bambulab.com> Change-Id: Ic2885366c91e993947c3df435146ce6cf3ea0ff0
This commit is contained in:
committed by
Lane.Wei
parent
f7345b618a
commit
43f0d89718
@@ -154,6 +154,9 @@ wxBoxSizer *PreferencesDialog::create_item_language_combobox(
|
||||
}
|
||||
else if (vlist[i] == wxLocale::GetLanguageInfo(wxLANGUAGE_RUSSIAN)) {
|
||||
language_name = wxString::FromUTF8("\xD1\x80\xD1\x83\xD1\x81\xD1\x81\xD0\xBA");
|
||||
}
|
||||
else if (vlist[i] == wxLocale::GetLanguageInfo(wxLANGUAGE_UKRAINIAN)) {
|
||||
language_name = wxString::FromUTF8("Ukrainian");
|
||||
}
|
||||
else if (vlist[i] == wxLocale::GetLanguageInfo(wxLANGUAGE_UKRAINIAN)) {
|
||||
language_name = wxString::FromUTF8("Ukrainian");
|
||||
|
||||
Reference in New Issue
Block a user