Skip to content

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
 

‎update_translations.bat

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)
Please sign in to comment.