We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c13e70 commit 9958c0bCopy full SHA for 9958c0b
scripts/update_ts.sh
@@ -175,7 +175,7 @@ $QMAKE -project -o qgis_ts.pro -nopwd $PWD/src $PWD/python $PWD/i18n $textcpp
175
echo "TR_EXCLUDE = $(qmake -query QT_INSTALL_HEADERS)/*" >>qgis_ts.pro
176
177
echo Updating translations
178
-$LUPDATE -locations absolute -verbose qgis_ts.pro
+$LUPDATE -no-obsolete -locations absolute -verbose qgis_ts.pro
179
180
perl -i.bak -ne 'print unless /^\s+<location.*qgs(expression|contexthelp)_texts\.cpp.*$/;' i18n/qgis_*.ts
181
0 commit comments