Skip to content

Commit

Permalink
i18n: use pylupdate5 instead of lupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Mar 13, 2024
1 parent 9eda583 commit b689fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/packager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
python3 -m pip install -U pyqt5-tools
- name: Update translations
run: lupdate -noobsolete -verbose ${{ env.PROJECT_FOLDER }}/resources/i18n/plugin_translation.pro
run: pylupdate5 -noobsolete -verbose ${{ env.PROJECT_FOLDER }}/resources/i18n/plugin_translation.pro

- name: Compile translations
run: lrelease ${{ env.PROJECT_FOLDER }}/resources/i18n/*.ts
Expand Down

0 comments on commit b689fcd

Please sign in to comment.