add python console strings to translations

git-svn-id: http://svn.osgeo.org/qgis/trunk@14078 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
borysiasty 2010-08-14 11:44:47 +00:00
parent 458a582fb1
commit 1a534be5bd

View File

@ -64,7 +64,7 @@ if [ -n "$exclude" ]; then
fi
echo Updating python translations
cd python
pylupdate4 utils.py -ts python-i18n.ts
pylupdate4 console.py utils.py -ts python-i18n.ts
perl ../scripts/ts2cpp.pl python-i18n.ts python-i18n.cpp
rm python-i18n.ts
cd ..