Skip to content

Commit

Permalink
NEW: Adding Ukrainian Language Translation (BambuStudio_uk.po)
Browse files Browse the repository at this point in the history
JIRA: no

Signed-off-by: Stone Li <[email protected]>
Change-Id: Ic2885366c91e993947c3df435146ce6cf3ea0ff0
  • Loading branch information
iZonex authored and lanewei120 committed Nov 9, 2023
1 parent f7345b6 commit 43f0d89
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/slic3r/GUI/Preferences.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 43f0d89

Please sign in to comment.