Skip to content

Commit

Permalink
drastically speedup update_ts.sh with Qt5's lupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Feb 17, 2018
1 parent 37f180c commit 08bcb1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/update_ts.sh
Expand Up @@ -164,6 +164,8 @@ perl scripts/processing2cpp.pl python/plugins/processing/processing-i18n.cpp
echo Creating qmake project file
$QMAKE -project -o qgis_ts.pro -nopwd $PWD/src $PWD/python $PWD/i18n $textcpp

echo "TR_EXCLUDE = $(qmake -query QT_INSTALL_HEADERS)/*" >>qgis_ts.pro

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

Expand Down

0 comments on commit 08bcb1c

Please sign in to comment.