Properly use system language when language is set to system language, add missing translations

This commit is contained in:
dec05eba
2026-02-01 03:08:45 +01:00
parent f3d6d8bc53
commit a31bfbe288
7 changed files with 23 additions and 22 deletions

View File

@@ -528,6 +528,7 @@ namespace gsr {
language_combo_box_ptr = combo_box.get();
combo_box->add_item(TR("System language"), "");
combo_box->add_item("English", "en");
combo_box->add_item("Español", "es");
combo_box->add_item("Русский", "ru");
combo_box->add_item("Українська", "uk");
combo_box->on_selection_changed = [](const std::string&, const std::string &id) {