Skip to content

Commit

Permalink
add python console strings to translations
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@14078 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
borysiasty committed Aug 14, 2010
1 parent 477d197 commit ef27307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update_ts_files.sh
Expand Up @@ -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 ..
Expand Down

0 comments on commit ef27307

Please sign in to comment.