Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
In translation files, only consider strings from src and python direc…
…tories (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
  • Loading branch information
borysiasty committed May 18, 2009
1 parent 87744cf commit c3f1137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update_ts_files.sh
Expand Up @@ -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
Expand Down

0 comments on commit c3f1137

Please sign in to comment.