mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-02-17 09:52:36 -07:00
Finished Lithuanian translation - OrcaSlicer_LT.po (#9000)
# Description Finished Lithuanian translation Still some work with *.js (C:\Program Files\OrcaSlicer\resources\web\***) files:  **** Not found where can add Lithuanian language into preferences menu:  <!-- > Please provide a summary of the changes made in this PR. Include details such as: > * What issue does this PR address or fix? > * What new features or enhancements does this PR introduce? > * Are there any breaking changes or dependencies that need to be considered? --> # Screenshots/Recordings/Graphs  <!-- > Please attach relevant screenshots to showcase the UI changes. > Please attach images that can help explain the changes. --> ## Tests Used internal Poedit tests and alredy loaded this language for my working program interface. <!-- > Please describe the tests that you have conducted to verify the changes made in this PR. -->
This commit is contained in:
parent
b149cb0682
commit
3612d8e4eb
3 changed files with 18623 additions and 1 deletions
|
|
@ -6246,6 +6246,7 @@ wxString GUI_App::current_language_code_safe() const
|
|||
{ "ru", "ru_RU", },
|
||||
{ "tr", "tr_TR", },
|
||||
{ "pt", "pt_BR", },
|
||||
{ "lt", "lt_LT", },
|
||||
};
|
||||
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