X Tutup
Skip to content

Commit 2d9ec39

Browse files
authored
make sure we remove obsolete entries from translations (danmar#3995)
1 parent 8f386e1 commit 2d9ec39

15 files changed

+1960
-6026
lines changed

.github/workflows/release-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- name: Create .qm
7272
run: |
7373
cd gui
74-
lupdate gui.pro
74+
lupdate gui.pro -no-obsolete
7575
lrelease gui.pro -removeidentical
7676
7777
- name: Matchcompiler

gui/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ if (BUILD_GUI)
1414
file(GLOB tss "*.ts")
1515
QT_WRAP_UI(uis_hdrs ${uis})
1616
QT_ADD_RESOURCES(resources "gui.qrc")
17+
# TODO: passing "-no-obsolete" here breaks the translations
1718
QT_CREATE_TRANSLATION(qms ${CMAKE_CURRENT_SOURCE_DIR} ${tss})
1819
list(APPEND cppcheck-gui-deps ${hdrs} ${uis_hdrs} ${resources} ${qms})
1920
add_custom_target(gui-build-deps SOURCES ${cppcheck-gui-deps})

gui/cppcheck_de.ts

Lines changed: 163 additions & 327 deletions
Large diffs are not rendered by default.

gui/cppcheck_es.ts

Lines changed: 162 additions & 544 deletions
Large diffs are not rendered by default.

gui/cppcheck_fi.ts

Lines changed: 162 additions & 317 deletions
Large diffs are not rendered by default.

gui/cppcheck_fr.ts

Lines changed: 166 additions & 456 deletions
Large diffs are not rendered by default.

gui/cppcheck_it.ts

Lines changed: 162 additions & 528 deletions
Large diffs are not rendered by default.

gui/cppcheck_ja.ts

Lines changed: 163 additions & 630 deletions
Large diffs are not rendered by default.

gui/cppcheck_ko.ts

Lines changed: 166 additions & 531 deletions
Large diffs are not rendered by default.

gui/cppcheck_nl.ts

Lines changed: 162 additions & 518 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
X Tutup