Added Slovenian translation

Added Slovenian translation. This is not full translation, only basic entries are translated.
This commit is contained in:
Jernej Pangerc 2024-03-08 14:58:39 +01:00 committed by YuSanka
parent 2c7e0b5ccf
commit 305a02facd
3 changed files with 18087 additions and 1 deletions

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -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