mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-16 07:55:53 +08:00
Added Slovenian translation
Added Slovenian translation. This is not full translation, only basic entries are translated.
This commit is contained in:
parent
2c7e0b5ccf
commit
305a02facd
BIN
resources/localization/sl/PrusaSlicer.mo
Normal file
BIN
resources/localization/sl/PrusaSlicer.mo
Normal file
Binary file not shown.
18086
resources/localization/sl/PrusaSlicer.po
Normal file
18086
resources/localization/sl/PrusaSlicer.po
Normal file
File diff suppressed because it is too large
Load Diff
@ -181,7 +181,7 @@ void ImGuiWrapper::set_language(const std::string &language)
|
||||
0,
|
||||
};
|
||||
m_font_cjk = false;
|
||||
if (lang == "cs" || lang == "pl" || lang == "hu") {
|
||||
if (lang == "cs" || lang == "pl" || lang == "hu" || lang == "sl") {
|
||||
ranges = ranges_latin2;
|
||||
} else if (lang == "ru" || lang == "uk" || lang == "be") {
|
||||
ranges = ImGui::GetIO().Fonts->GetGlyphRangesCyrillic(); // Default + about 400 Cyrillic characters
|
||||
|
Loading…
x
Reference in New Issue
Block a user