mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-18 00:06:00 -04: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
|
rm i18n/qgis_*.ts
|
||||||
|
|
||||||
echo Pulling new translations...
|
echo Pulling new translations...
|
||||||
shift
|
|
||||||
if [ "$#" -gt 0 ]; then
|
if [ "$#" -gt 0 ]; then
|
||||||
o="-l $@"
|
o=$*
|
||||||
|
o="-l ${o// /,}"
|
||||||
else
|
else
|
||||||
o="-a"
|
o="-a"
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user