Skip to content

Commit 3d3ccd0

Browse files
committed
update_ts.sh: include locations
(cherry picked from commit 45fbb3f)
1 parent 16e39bc commit 3d3ccd0

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)