-
Notifications
You must be signed in to change notification settings - Fork 997
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update translation master templates for 2.0.0 #1311
Conversation
Import latest updates from Kliment
Merge last changes from Kliment
Update to latest version from Kliment
Latest updates from Kliment
New updates from Kliment macos package
Pull newest updates from Kliment
Update from Kiment
Update from Kliment RC8
Updates from Kiment master
Replacing time.clock() with time.perf_counter() --> Deprecated since Python 3.3 and deleted in Python 3.8 Replacing wx.FutureCall with wx.CallLater --> wxPyDeprecationWarning
1. Add directory GTK3Windows10-64 with all needed DLL’s 2. Modified release_windows.bat for local compilation too 3. Modified Github action workflow for Windows 10-64bit only
…tory, change buildpackage-win.yml to integrate GTK3 as submodule and compile the correct version GTK3 version for 32-/64-bit or as external reference via windows system environment path
Latest changes from Kliment
…2.5.2 as workaround for now
merge branch testPython3.10 into master
Fix and update Windows build scripts by DivingDuck
README: Update Debian/Ubuntu installation
release_windows.bat: Update instruction and deactivate echo for wxPython workaround
Additional update for Windows
Update README and release_windows.bat for Windows
Thanks for this. Good point. I would ask you to please remove the binary .mo files before merging. Otherwise, I'm happy to merge. |
add *.mo and plater.spec to .gitignore
…ossible with down to Python 3.7
In addition to deleting the *.mo binaries I restrict the windows build (buildpackage-win.yml) done with Python 3.10 only. This will save some trafic at Github with not needed Python builds across all versions from 3.7 up to 3.10. |
Changes done. What do you think? |
… not existing logging path that crashes the windows application due do a change in pyInstaller v5.7.0 (2022-12-04)
Thanks kliment. |
I update the templates to the latest version of our source code as preparation for those who want update there translations.