mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Fixed localization for JA and some strings
This commit is contained in:
parent
64fc278212
commit
a9b1ab0a4c
2 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue