Skip to content

Commit

Permalink
Modified update_ts_tiles script such that lupdate does not merge the …
Browse files Browse the repository at this point in the history
…qgis strings to the qt_xx.ts files

git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7737 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Dec 7, 2007
1 parent 0e4305a commit 012360b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scripts/update_ts_files.sh
Expand Up @@ -7,9 +7,16 @@
# name is reserved for the Windows qmake project file
# update_ts_files.sh,v 1.3 2004/07/14 18:16:24 gsherman Exp

#first tar the qt_xx.ts files in i18n folder such that lupdate does not
#merge the qgis strings to them
echo Creating qt_ts.tar
tar -cvf i18n/qt_ts.tar i18n/qt_*.ts
rm i18n/qt_*.ts
echo Creating qmake project file
$QTDIR/bin/qmake -project -o qgis_ts.pro
echo Updating translation files
$QTDIR/bin/lupdate -verbose qgis_ts.pro
echo Removing qmake project file
rm qgis_ts.pro
echo Unpacking qt_ts.tar
tar -xvf i18n/qt_ts.tar

0 comments on commit 012360b

Please sign in to comment.