mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-02-04 12:06:26 +00:00
German and English translation files
This commit is contained in:
parent
ef66f9bf16
commit
46db7715f9
1 changed files with 24 additions and 0 deletions
|
@ -11,6 +11,30 @@ SOURCES += main.cpp \
|
||||||
filter.cpp \
|
filter.cpp \
|
||||||
clipboardAdapter.cpp
|
clipboardAdapter.cpp
|
||||||
|
|
||||||
|
lupdate_only {
|
||||||
|
SOURCES = *.qml \
|
||||||
|
components/*.qml \
|
||||||
|
pages/*.qml \
|
||||||
|
wizard/*.qml
|
||||||
|
}
|
||||||
|
|
||||||
|
# translations files;
|
||||||
|
TRANSLATIONS = monero-core_en.ts \ # English (could be untranslated)
|
||||||
|
monero-core_de.ts # Deutsch
|
||||||
|
|
||||||
|
|
||||||
|
# extra make targets for lupdate and lrelease invocation
|
||||||
|
lupdate.commands = lupdate $$_PRO_FILE_
|
||||||
|
lupdate.depends = $$SOURCES $$HEADERS $$TRANSLATIONS
|
||||||
|
lrelease.commands = lrelease $$_PRO_FILE_
|
||||||
|
lrelease.depends = lupdate
|
||||||
|
translate.commands = $(COPY) *.qm ${DESTDIR}
|
||||||
|
translate.depends = lrelease
|
||||||
|
|
||||||
|
QMAKE_EXTRA_TARGETS += lupdate lrelease
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
CONFIG(release, debug|release) {
|
CONFIG(release, debug|release) {
|
||||||
DESTDIR=release
|
DESTDIR=release
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue