mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-16 13:25:56 +08:00
parent
f5364a6f17
commit
86c49163f8
@ -141,7 +141,7 @@ void ImGuiWrapper::set_language(const std::string &language)
|
|||||||
0,
|
0,
|
||||||
};
|
};
|
||||||
m_font_cjk = false;
|
m_font_cjk = false;
|
||||||
if (lang == "cs" || lang == "pl") {
|
if (lang == "cs" || lang == "pl" || lang == "hu") {
|
||||||
ranges = ranges_latin2;
|
ranges = ranges_latin2;
|
||||||
} else if (lang == "ru" || lang == "uk") {
|
} else if (lang == "ru" || lang == "uk") {
|
||||||
ranges = ImGui::GetIO().Fonts->GetGlyphRangesCyrillic(); // Default + about 400 Cyrillic characters
|
ranges = ImGui::GetIO().Fonts->GetGlyphRangesCyrillic(); // Default + about 400 Cyrillic characters
|
||||||
|
Loading…
x
Reference in New Issue
Block a user