From 721adcb3bca107793548cdadd8d43e3b67a3519d Mon Sep 17 00:00:00 2001 From: borysiasty Date: Mon, 18 May 2009 09:34:29 +0000 Subject: [PATCH] In translation files, only consider strings from src and python directories (to avoid including redundant and obsolete strings from the build directory) git-svn-id: http://svn.osgeo.org/qgis/trunk@10813 c8812cc2-4d05-0410-92ff-de0c093fc19c --- scripts/update_ts_files.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/update_ts_files.sh b/scripts/update_ts_files.sh index 8085e29bd83..0c680512eb9 100755 --- a/scripts/update_ts_files.sh +++ b/scripts/update_ts_files.sh @@ -23,7 +23,7 @@ for i in python/plugins/*/.; do 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