Skip to content

Commit ef27307

Browse files
author
borysiasty
committedAug 14, 2010
add python console strings to translations
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@14078 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
@@ -64,7 +64,7 @@ if [ -n "$exclude" ]; then
6464
fi
6565
echo Updating python translations
6666
cd python
67-
pylupdate4 utils.py -ts python-i18n.ts
67+
pylupdate4 console.py utils.py -ts python-i18n.ts
6868
perl ../scripts/ts2cpp.pl python-i18n.ts python-i18n.cpp
6969
rm python-i18n.ts
7070
cd ..

0 commit comments

Comments
 (0)
Please sign in to comment.