Skip to content

Commit 2078369

Browse files
committed
updated translation generation
1 parent 732c36f commit 2078369

File tree

3 files changed

+10
-11
lines changed

3 files changed

+10
-11
lines changed

src/autoupdatergui/translations/QtAutoUpdaterController_de.ts renamed to src/autoupdatergui/translations/qtautoupdatergui_de.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<context>
1818
<name>DialogMaster</name>
1919
<message>
20-
<location filename="../../3rdparty/QtUtils/DialogMaster/dialogmaster.cpp" line="+140"/>
20+
<location filename="../../3rdparty/vendor/de/skycoder42/dialog-master/dialogmaster.cpp" line="+140"/>
2121
<source>Information</source>
2222
<translation>Information</translation>
2323
</message>

src/autoupdatergui/translations/QtAutoUpdaterController_template.ts renamed to src/autoupdatergui/translations/qtautoupdatergui_template.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<context>
1818
<name>DialogMaster</name>
1919
<message>
20-
<location filename="../../3rdparty/QtUtils/DialogMaster/dialogmaster.cpp" line="+140"/>
20+
<location filename="../../3rdparty/vendor/de/skycoder42/dialog-master/dialogmaster.cpp" line="+140"/>
2121
<source>Information</source>
2222
<translation type="unfinished"></translation>
2323
</message>
Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
1-
TRANSLATIONS += $$PWD/QtAutoUpdaterController_de.ts \
2-
$$PWD/QtAutoUpdaterController_template.ts
1+
TRANSLATIONS += $$PWD/qtautoupdatergui_de.ts \
2+
$$PWD/qtautoupdatergui_template.ts
33

4-
OTHER_FILES += $$PWD/QtAutoUpdaterController_de.ts \
5-
$$PWD/QtAutoUpdaterController_template.ts
6-
7-
updateTarget.target = lupdate
8-
updateTarget.commands = lupdate -no-obsolete -locations relative "$$_PRO_FILE_"
9-
QMAKE_EXTRA_TARGETS += updateTarget
4+
OTHER_FILES += $$PWD/qtautoupdatergui_de.ts \
5+
$$PWD/qtautoupdatergui_template.ts
106

117
releaseTarget.target = lrelease
128
releaseTarget.commands = lrelease -compress -nounfinished "$$_PRO_FILE_"
139
QMAKE_EXTRA_TARGETS += releaseTarget
1410

1511
trInstall.path = $$[QT_INSTALL_TRANSLATIONS]
16-
trInstall.files = $$PWD/*.qm
12+
trInstall.files = $$PWD/qtautoupdatergui_de.qm \
13+
$$PWD/qtautoupdatergui_template.ts
14+
trInstall.CONFIG += no_check_exist
15+
trInstall.depends = releaseTarget
1716
INSTALLS += trInstall

0 commit comments

Comments
 (0)