add gettext to github workflow

This commit is contained in:
deltragon 2024-08-04 21:27:28 +02:00
parent a7fcba0772
commit 9a4c26f88f
1 changed files with 1 additions and 0 deletions

View File

@ -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: |