utils: 'update-translations.sh' now removes obsolete strings

pull/200/head
erciccione 5 years ago
parent 094b0c4d00
commit dc0f618e90
No known key found for this signature in database
GPG Key ID: 762AF8C608E56CDF

@ -12,5 +12,5 @@ then
fi
echo "using $lupdate"
"$lupdate" `find src -name \*.cpp` -ts translations/*.ts
"$lupdate" `find src -name \*.cpp` -ts translations/*.ts -no-obsolete

Loading…
Cancel
Save