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:
Terasit Juntarasombut
2026-06-01 17:11:14 +07:00
committed by GitHub
parent 752551292b
commit 91ce821959
3 changed files with 19690 additions and 1 deletions

View File

@@ -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);