From 6267be0413e999e27e68ecfbf3919cc46c072a33 Mon Sep 17 00:00:00 2001 From: mmbyday Date: Fri, 31 May 2019 22:58:56 -0700 Subject: [PATCH] monero-wallet-gui.pro: add lupdate options no-obsolete and locations none Co-authored-by: selsta Co-authored-by: erciccione --- monero-wallet-gui.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monero-wallet-gui.pro b/monero-wallet-gui.pro index 3d4f7b9e..4632c725 100644 --- a/monero-wallet-gui.pro +++ b/monero-wallet-gui.pro @@ -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 {