[QGIS Commit] r10813 - trunk/qgis/scripts

svn_qgis at osgeo.org svn_qgis at osgeo.org
Mon May 18 05:34:29 EDT 2009


Author: borysiasty
Date: 2009-05-18 05:34:29 -0400 (Mon, 18 May 2009)
New Revision: 10813

Modified:
   trunk/qgis/scripts/update_ts_files.sh
Log:
In translation files, only consider strings from src and python directories (to avoid including redundant and obsolete strings from the build directory)

Modified: trunk/qgis/scripts/update_ts_files.sh
===================================================================
--- trunk/qgis/scripts/update_ts_files.sh	2009-05-18 09:34:09 UTC (rev 10812)
+++ trunk/qgis/scripts/update_ts_files.sh	2009-05-18 09:34:29 UTC (rev 10813)
@@ -23,7 +23,7 @@
 	cd ../../..
 done
 echo Creating qmake project file
-qmake -project -o qgis_ts.pro
+qmake -project -o qgis_ts.pro -nopwd src python i18n
 echo Updating translation files
 lupdate -verbose qgis_ts.pro
 echo Removing temporary python plugin translation files



More information about the QGIS-commit mailing list