Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
update_ts.sh: fix selective download of translations
  • Loading branch information
jef-n committed Feb 18, 2018
1 parent dcfe5ca commit e606b79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/update_ts.sh
Expand Up @@ -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
Expand Down

0 comments on commit e606b79

Please sign in to comment.