We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ba007f commit b4b62a8Copy full SHA for b4b62a8
update_translations.bat
@@ -0,0 +1,8 @@
1
+echo Creating qmake project file
2
+qmake -project -o qgis_ts.pro
3
+echo Updating translation files
4
+lupdate -verbose qgis_ts.pro
5
+lrelease -verbose qgis_ts.pro
6
+echo Removing qmake project file
7
+del qgis_ts.pro
8
+copy i18n\*.qm qgis-release\share\qgis\i18n\
0 commit comments