mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 09:02:06 +00:00
Including a marathon of resolving merge conflicts due to PRs today. We should abolish multi-line msgids :-) # Description This looks like a huge PR, but it is only fixes for typos and grammar. On the previous PR #6638 I mistakenly used _en.po as the reference instead of the .pot. It caused missed strings in the source and other .po files. This around I triple checked again to make sure the msgids are in sync with the L"" strings in the code. Comments, variable names and non-English translation strings were excluded. I learnt that typos were "fixed" before by using translations. After this PR, those translations are no longer relevant and can be cleaned up. Hopefully this sets a new baseline which will last us a while. :-) <!-- > 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 The code compiled and ran successfully. The translation files were verified with ./run_gettext.sh I did not se any issues when running ./run_gettext.sh --full Please confirm it again, before the merge. <!-- > Please describe the tests that you have conducted to verify the changes made in this PR. -->