Skip to content

Commit

Permalink
add gettext to github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
deltragon committed Aug 4, 2024
1 parent a7fcba0 commit 9a4c26f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
run: |
python3 -m pip install --upgrade pip setuptools wheel
python3 -m pip install polib
sudo apt-get install -y gettext
- name: Check translations
run: |
Expand Down

0 comments on commit 9a4c26f

Please sign in to comment.