ENH:add hungarian language

Change-Id: I5d7e4decc25c3c6be0cf0d7530685f7d290b2b91
This commit is contained in:
tao wang 2024-08-23 09:21:59 +08:00 committed by Lane.Wei
parent 85ba19f4f9
commit da286c4662
1 changed files with 1 additions and 0 deletions

View File

@ -6469,6 +6469,7 @@ wxString GUI_App::current_language_code_safe() const
{ "ru", "ru_RU", },
{ "tr", "tr_TR", },
{ "pt", "pt_BR", },
{ "hu", "hu_HU", },
};
wxString language_code = this->current_language_code().BeforeFirst('_');
auto it = mapping.find(language_code);