Turkish words were edited (#5004)

* Update OrcaSlicer_tr.po - TURKISH translation update

* Update OrcaSlicer_tr.po - TURKISH translation update

* Update OrcaSlicer_tr.po - TURKISH translation update

* Turkish language code added (tr_TR)

* Turkish words were edited
This commit is contained in:
Olcay ÖREN 2024-04-14 19:02:02 +03:00 committed by GitHub
parent 1bb8fad63f
commit c19122f0b7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 2338 additions and 3527 deletions

View file

@ -6026,6 +6026,7 @@ wxString GUI_App::current_language_code_safe() const
{ "uk", "uk_UA", },
{ "zh", "zh_CN", },
{ "ru", "ru_RU", },
{ "tr", "tr_TR", },
};
wxString language_code = this->current_language_code().BeforeFirst('_');
auto it = mapping.find(language_code);