1
mirror of https://github.com/monero-project/monero-gui synced 2024-11-30 08:40:03 +01:00

monero-wallet-gui.pro: add lupdate options no-obsolete and locations none

Co-authored-by: selsta <selsta@sent.at>
Co-authored-by: erciccione <erciccione@users.noreply.github.com>
This commit is contained in:
mmbyday 2019-05-31 22:58:56 -07:00
parent a5a90c7ed8
commit 6267be0413

View File

@ -384,7 +384,7 @@ TRANSLATIONS = $$files($$PWD/translations/monero-core_*.ts)
CONFIG(release, debug|release) {
DESTDIR = release/bin
LANGUPD_OPTIONS = -locations relative -no-ui-lines
LANGUPD_OPTIONS = -locations none -no-ui-lines -no-obsolete
LANGREL_OPTIONS = -compress -nounfinished -removeidentical
} else {