Skip to content

Commit c292a38

Browse files
author
timlinux
committed
Fix path of where qm files are copied to in windows
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6317 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 0fd09f5 commit c292a38

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

update_translations.bat

+8
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)