PR 746 was created which updates many Addon translation files for Polish, which was the process before the Addons were moved to Weblate. Is there a simple way to take all of these changes (68 pl-local.po files) and update them in Weblate, rather than redo all of this work manually in Weblate?
When you have selected a language for a component in Weblate, the Files menu contains the options âDownload translationâ and âUpload translationâ. Using these it is possible to download a translation and then use an external tool or command line utility to make changes before uploading it again.
So you could use the commands msgmerge and msgcat to make bulk changes. I donât make such changes myself.