mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
exclude metasearch ts files from update_ts_files.sh run
This commit is contained in:
parent
5ca40804ed
commit
ebbc298279
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user