Skip to content

Commit

Permalink
include *.ui files in python translation updates
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@11410 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Aug 17, 2009
1 parent e4f05aa commit bbe397f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update_ts_files.sh
Expand Up @@ -25,7 +25,7 @@ fi
echo Updating python plugin translations
for i in python/plugins/*/.; do
cd $i
pylupdate4 $(find . -name "*.py") -ts python-i18n.ts
pylupdate4 $(find . -name "*.py" -o -name "*.ui") -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 bbe397f

Please sign in to comment.