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

pull/160/head
erciccione 5 years ago committed by wowario
parent 6c77e9e4ea
commit 9adc9b4a09
No known key found for this signature in database
GPG Key ID: 24DCBE762DE9C111

@ -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