Skip to content

Commit c3f1137

Browse files
author
borysiasty
committedMay 18, 2009
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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎scripts/update_ts_files.sh

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.