mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-09-22 01:43:16 +08:00
ENH:add hungarian language
Change-Id: I5d7e4decc25c3c6be0cf0d7530685f7d290b2b91
This commit is contained in:
parent
85ba19f4f9
commit
da286c4662
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user