Fixed localization for JA and some strings

This commit is contained in:
YuSanka 2019-12-10 13:40:57 +01:00
parent 64fc278212
commit a9b1ab0a4c
2 changed files with 3 additions and 3 deletions

View file

@ -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") {