qgis / QGIS-Mac-Packager

Scripts for Official QGIS MacOS Packages
https://www.qgis.org
GNU General Public License v2.0
54 stars 21 forks source link

Add Qt translation tools #141

Open jlayt opened 2 years ago

jlayt commented 2 years ago

QGIS currently ships with most of the binaries needed to do plugin development within the QGIS environment, such as designer, pyuic5, and pyrcc5 to work on ui files, and pylupdate5 to extract translations using a .pro file (not so useful!).

However QGIS macOS is missing the Qt binaries lrelease to compile the ts files into qm, and linguist to edit the ts files. These would be useful to ship to make it a near complete dev environment.

To complete the dev env, compiling the help docs requires sphinx-build to be installed as well.