We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 5ca4080 commit ebbc298Copy full SHA for ebbc298
scripts/update_ts_files.sh
@@ -98,10 +98,8 @@ done
98
99
trap cleanup EXIT
100
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
+echo Saving excluded translations
+tar $fast -cf i18n/qgis_ts.tar i18n/qgis_*.ts$exclude $(find python -name '*.ts')
105
106
echo Updating python translations
107
cd python
0 commit comments