Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
update_ts.sh: include locations
(cherry picked from commit 45fbb3f)
  • Loading branch information
jef-n committed Mar 25, 2015
1 parent 16e39bc commit 3d3ccd0
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 3d3ccd0

Please sign in to comment.