mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-16 15:58:11 +00:00
Merge pull request #2189
6267be0
monero-wallet-gui.pro: add lupdate options no-obsolete and locations none (mmbyday)
This commit is contained in:
commit
df34693d4e
1 changed files with 1 additions and 1 deletions
|
@ -385,7 +385,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 {
|
||||
|
|
Loading…
Reference in a new issue