mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-18 08:22:06 +00:00
i18n: Complete Thai (th) localization and enable Thai in GUI (#13916)
* i18n: complete Thai (th) localization * feat: fix thi translation * feat: fix Thai language localization file --------- Co-authored-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
committed by
GitHub
parent
752551292b
commit
91ce821959
@@ -8659,6 +8659,7 @@ wxString GUI_App::current_language_code_safe() const
|
||||
{ "pt", "pt_BR", },
|
||||
{ "lt", "lt_LT", },
|
||||
{ "vi", "vi_VN", },
|
||||
{ "th", "th_TH", },
|
||||
};
|
||||
wxString language_code = this->current_language_code().BeforeFirst('_');
|
||||
auto it = mapping.find(language_code);
|
||||
|
||||
Reference in New Issue
Block a user