Add french language option in settings

This commit is contained in:
dec05eba
2026-03-22 03:04:27 +01:00
parent 444599c6ce
commit c3e9aa0f81

View File

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