exclude metasearch ts files from update_ts_files.sh run

This commit is contained in:
Juergen E. Fischer 2014-05-17 11:34:07 +02:00
parent 5ca40804ed
commit ebbc298279

View File

@ -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