add gettext to github workflow
This commit is contained in:
parent
a7fcba0772
commit
9a4c26f88f
|
@ -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: |
|
||||
|
|
Loading…
Reference in New Issue