Skip to content

Commit

Permalink
update_ts.sh: include locations
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Mar 23, 2015
1 parent 9596f97 commit 45fbb3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update_ts.sh
Expand Up @@ -107,7 +107,7 @@ echo Creating qmake project file
$QMAKE -project -o qgis_ts.pro -nopwd src python i18n

echo Updating translations
$LUPDATE -locations none -verbose qgis_ts.pro
$LUPDATE -locations absolute -verbose qgis_ts.pro

if [ $1 = push ]; then
echo Pushing translation...
Expand Down

0 comments on commit 45fbb3f

Please sign in to comment.