Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Create .qm
run: |
cd gui
lupdate gui.pro
lupdate gui.pro -no-obsolete
lrelease gui.pro -removeidentical

- name: Matchcompiler
Expand Down
1 change: 1 addition & 0 deletions gui/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ if (BUILD_GUI)
file(GLOB tss "*.ts")
QT_WRAP_UI(uis_hdrs ${uis})
QT_ADD_RESOURCES(resources "gui.qrc")
# TODO: passing "-no-obsolete" here breaks the translations
QT_CREATE_TRANSLATION(qms ${CMAKE_CURRENT_SOURCE_DIR} ${tss})
list(APPEND cppcheck-gui-deps ${hdrs} ${uis_hdrs} ${resources} ${qms})
add_custom_target(gui-build-deps SOURCES ${cppcheck-gui-deps})
Expand Down
490 changes: 163 additions & 327 deletions gui/cppcheck_de.ts

Large diffs are not rendered by default.

706 changes: 162 additions & 544 deletions gui/cppcheck_es.ts

Large diffs are not rendered by default.

479 changes: 162 additions & 317 deletions gui/cppcheck_fi.ts

Large diffs are not rendered by default.

622 changes: 166 additions & 456 deletions gui/cppcheck_fr.ts

Large diffs are not rendered by default.

690 changes: 162 additions & 528 deletions gui/cppcheck_it.ts

Large diffs are not rendered by default.

793 changes: 163 additions & 630 deletions gui/cppcheck_ja.ts

Large diffs are not rendered by default.

697 changes: 166 additions & 531 deletions gui/cppcheck_ko.ts

Large diffs are not rendered by default.

680 changes: 162 additions & 518 deletions gui/cppcheck_nl.ts

Large diffs are not rendered by default.

782 changes: 163 additions & 619 deletions gui/cppcheck_ru.ts

Large diffs are not rendered by default.

506 changes: 162 additions & 344 deletions gui/cppcheck_sr.ts

Large diffs are not rendered by default.

Loading