Skip to content

Commit

Permalink
adjust update_ts_files to exclude location
Browse files Browse the repository at this point in the history
Signed-off-by: Werner Macho <werner.macho@gmail.com>
  • Loading branch information
mach0 committed Oct 29, 2014
1 parent cc5d3bc commit 6e51ac9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/update_ts_files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ else
fi

exclude="--exclude i18n/qgis_en.ts"
opts=
opts="-locations none"
fast=
while (( $# > 0 )); do
arg=$1
Expand Down Expand Up @@ -139,7 +139,7 @@ if [ -n "$add" ]; then
done
fi
echo Updating translations
$LUPDATE$opts -verbose qgis_ts.pro
$LUPDATE $opts -verbose qgis_ts.pro

if [ -z "$fast" ]; then
echo Updating TRANSLATORS File
Expand Down

0 comments on commit 6e51ac9

Please sign in to comment.