Skip to content

Commit

Permalink
Install gettext into translation_templates workflow
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
tobbi committed Oct 12, 2024
1 parent 94bf507 commit e2363a3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/translation_templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
# Update packages
sudo apt-get update
sudo apt-get install -y gettext
# Update translation templates:
chmod +x makepot.sh
./makepot.sh
Expand Down

0 comments on commit e2363a3

Please sign in to comment.