Skip to content

Commit bbe397f

Browse files
author
jef
committed
include *.ui files in python translation updates
git-svn-id: http://svn.osgeo.org/qgis/trunk@11410 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent e4f05aa commit bbe397f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/update_ts_files.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ fi
2525
echo Updating python plugin translations
2626
for i in python/plugins/*/.; do
2727
cd $i
28-
pylupdate4 $(find . -name "*.py") -ts python-i18n.ts
28+
pylupdate4 $(find . -name "*.py" -o -name "*.ui") -ts python-i18n.ts
2929
perl ../../../scripts/ts2cpp.pl python-i18n.ts python-i18n.cpp
3030
rm python-i18n.ts
3131
cd ../../..

0 commit comments

Comments
 (0)