Skip to content

Commit c3f1137

Browse files
author
borysiasty
committed
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/qgis@10813 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 87744cf commit c3f1137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/update_ts_files.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ for i in python/plugins/*/.; do
2323
cd ../../..
2424
done
2525
echo Creating qmake project file
26-
qmake -project -o qgis_ts.pro
26+
qmake -project -o qgis_ts.pro -nopwd src python i18n
2727
echo Updating translation files
2828
lupdate -verbose qgis_ts.pro
2929
echo Removing temporary python plugin translation files

0 commit comments

Comments
 (0)