1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-09-16 09:26:28 +02:00

Remove -no-obsolete

This commit is contained in:
George King
2025-08-31 08:45:14 +02:00
committed by GitHub
parent 2f788ea1bf
commit 2fad674690

View File

@@ -28,12 +28,12 @@ jobs:
- name: Update TS files (Launcher)
working-directory: launcher
run: |
lupdate -no-obsolete . -ts translation/*.ts
lupdate . -ts translation/*.ts
- name: Update TS files (Map Editor)
working-directory: mapeditor
run: |
lupdate -no-obsolete . -ts translation/*.ts
lupdate . -ts translation/*.ts
- name: Commit and push translation updates
uses: EndBug/add-and-commit@v9