mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-16 00:03:12 -04: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
|
trap cleanup EXIT
|
||||||
|
|
||||||
if [ -n "$exclude" -o -n "$add" ]; then
|
echo Saving excluded translations
|
||||||
echo Saving excluded translations
|
tar $fast -cf i18n/qgis_ts.tar i18n/qgis_*.ts$exclude $(find python -name '*.ts')
|
||||||
tar $fast -cf i18n/qgis_ts.tar i18n/qgis_*.ts$exclude
|
|
||||||
fi
|
|
||||||
|
|
||||||
echo Updating python translations
|
echo Updating python translations
|
||||||
cd python
|
cd python
|
||||||
|
Loading…
x
Reference in New Issue
Block a user