Skip to content

Commit

Permalink
exclude metasearch ts files from update_ts_files.sh run
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed May 17, 2014
1 parent 5ca4080 commit ebbc298
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions scripts/update_ts_files.sh
Expand Up @@ -98,10 +98,8 @@ done

trap cleanup EXIT

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

echo Updating python translations
cd python
Expand Down

0 comments on commit ebbc298

Please sign in to comment.