kliment / Printrun

Pronterface, Pronsole, and Printcore - Pure Python 3d printing host software
GNU General Public License v3.0
2.36k stars 995 forks source link

Update translation master templates for 2.0.0 #1311

Closed DivingDuck closed 1 year ago

DivingDuck commented 1 year ago

I update the templates to the latest version of our source code as preparation for those who want update there translations.

rockstorm101 commented 1 year ago

Thanks for this. Good point. I would ask you to please remove the binary .mo files before merging. Otherwise, I'm happy to merge.

DivingDuck commented 1 year ago

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.

DivingDuck commented 1 year ago

Changes done. We should maybe get rid of the separate plater.po and plater.pot translation file. Guess, it should be enough to support one translation file for all possible modules instead of individual translations for different modules. The main translation file includes the translations for plater as well, so there is only a change in objectplater.py necessary as far I can see.

What do you think?

DivingDuck commented 1 year ago

Thanks kliment.