mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-12 23:19:01 +08:00
Fixed localization for JA and some strings
This commit is contained in:
parent
64fc278212
commit
a9b1ab0a4c
@ -96,7 +96,7 @@ void ImGuiWrapper::set_language(const std::string &language)
|
||||
ranges = ranges_turkish;
|
||||
} else if (lang == "vi") {
|
||||
ranges = ranges_vietnamese;
|
||||
} else if (lang == "jp") {
|
||||
} else if (lang == "ja") {
|
||||
ranges = ImGui::GetIO().Fonts->GetGlyphRangesJapanese(); // Default + Hiragana, Katakana, Half-Width, Selection of 1946 Ideographs
|
||||
m_font_cjk = true;
|
||||
} else if (lang == "ko") {
|
||||
|
Loading…
x
Reference in New Issue
Block a user