Skip to content

Commit 45fbb3f

Browse files
committed
update_ts.sh: include locations
1 parent 9596f97 commit 45fbb3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/update_ts.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ echo Creating qmake project file
107107
$QMAKE -project -o qgis_ts.pro -nopwd src python i18n
108108

109109
echo Updating translations
110-
$LUPDATE -locations none -verbose qgis_ts.pro
110+
$LUPDATE -locations absolute -verbose qgis_ts.pro
111111

112112
if [ $1 = push ]; then
113113
echo Pushing translation...

0 commit comments

Comments
 (0)