mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
update_ts.sh: fix selective download of translations
This commit is contained in:
parent
dcfe5ca63f
commit
e606b795da
@ -122,9 +122,9 @@ elif [ $action = pull ]; then
|
||||
rm i18n/qgis_*.ts
|
||||
|
||||
echo Pulling new translations...
|
||||
shift
|
||||
if [ "$#" -gt 0 ]; then
|
||||
o="-l $@"
|
||||
o=$*
|
||||
o="-l ${o// /,}"
|
||||
else
|
||||
o="-a"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user