Skip to content

Commit

Permalink
Fix path of where qm files are copied to in windows
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@6317 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Dec 27, 2006
1 parent 5ba007f commit b4b62a8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions update_translations.bat
@@ -0,0 +1,8 @@
echo Creating qmake project file
qmake -project -o qgis_ts.pro
echo Updating translation files
lupdate -verbose qgis_ts.pro
lrelease -verbose qgis_ts.pro
echo Removing qmake project file
del qgis_ts.pro
copy i18n\*.qm qgis-release\share\qgis\i18n\

0 comments on commit b4b62a8

Please sign in to comment.