Skip to content

Commit ebbc298

Browse files
committedMay 17, 2014
exclude metasearch ts files from update_ts_files.sh run
1 parent 5ca4080 commit ebbc298

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed
 

‎scripts/update_ts_files.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,8 @@ done
9898

9999
trap cleanup EXIT
100100

101-
if [ -n "$exclude" -o -n "$add" ]; then
102-
echo Saving excluded translations
103-
tar $fast -cf i18n/qgis_ts.tar i18n/qgis_*.ts$exclude
104-
fi
101+
echo Saving excluded translations
102+
tar $fast -cf i18n/qgis_ts.tar i18n/qgis_*.ts$exclude $(find python -name '*.ts')
105103

106104
echo Updating python translations
107105
cd python

0 commit comments

Comments
 (0)
Please sign in to comment.