aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormmbyday <mmbyday@protonmail.com>2019-05-31 22:58:56 -0700
committermmbyday <mmbyday@protonmail.com>2019-05-31 23:05:56 -0700
commit6267be0413e999e27e68ecfbf3919cc46c072a33 (patch)
treefaaa812474ab2a047ba802d1c92b5852ebc2f80f
parenta5a90c7ed83a789fa6370f10f5a736d12ec12e4d (diff)
downloadmonzero-gui-6267be0413e999e27e68ecfbf3919cc46c072a33.tar.gz
monzero-gui-6267be0413e999e27e68ecfbf3919cc46c072a33.tar.xz
monzero-gui-6267be0413e999e27e68ecfbf3919cc46c072a33.zip
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>
-rw-r--r--monero-wallet-gui.pro2
1 files changed, 1 insertions, 1 deletions
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 {