mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 23:17:35 -06:00
Initial Add of Brazilian Portuguese translation (#5043)
Team: https://github.com/DvoraGames https://github.com/jcalmeida85 https://github.com/ramorimdias https://github.com/Caminhaleonel
This commit is contained in:
parent
e5671c505d
commit
add3040f68
4 changed files with 13105 additions and 1 deletions
|
@ -6027,6 +6027,7 @@ wxString GUI_App::current_language_code_safe() const
|
|||
{ "zh", "zh_CN", },
|
||||
{ "ru", "ru_RU", },
|
||||
{ "tr", "tr_TR", },
|
||||
{ "pt", "pt_BR", },
|
||||
};
|
||||
wxString language_code = this->current_language_code().BeforeFirst('_');
|
||||
auto it = mapping.find(language_code);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue