mirror of
https://github.com/monero-project/monero.git
synced 2024-11-17 00:07:38 +00:00
utils: 'update-translations.sh' now removes obsolete strings
This commit is contained in:
parent
094b0c4d00
commit
dc0f618e90
1 changed files with 1 additions and 1 deletions
|
@ -12,5 +12,5 @@ then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "using $lupdate"
|
echo "using $lupdate"
|
||||||
"$lupdate" `find src -name \*.cpp` -ts translations/*.ts
|
"$lupdate" `find src -name \*.cpp` -ts translations/*.ts -no-obsolete
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue