Skip to content

Commit 6e51ac9

Browse files
committed
adjust update_ts_files to exclude location
Signed-off-by: Werner Macho <werner.macho@gmail.com>
1 parent cc5d3bc commit 6e51ac9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/update_ts_files.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ else
7676
fi
7777

7878
exclude="--exclude i18n/qgis_en.ts"
79-
opts=
79+
opts="-locations none"
8080
fast=
8181
while (( $# > 0 )); do
8282
arg=$1
@@ -139,7 +139,7 @@ if [ -n "$add" ]; then
139139
done
140140
fi
141141
echo Updating translations
142-
$LUPDATE$opts -verbose qgis_ts.pro
142+
$LUPDATE $opts -verbose qgis_ts.pro
143143

144144
if [ -z "$fast" ]; then
145145
echo Updating TRANSLATORS File

0 commit comments

Comments
 (0)