Add Hungarian translations

This commit is contained in:
therealmate
2026-03-28 21:37:45 +01:00
committed by dec05eba
parent 264a838e1f
commit 43c16a7865
3 changed files with 423 additions and 0 deletions

View File

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