add gettext to github workflow
This commit is contained in:
parent
a7fcba0772
commit
9a4c26f88f
|
@ -25,6 +25,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
python3 -m pip install --upgrade pip setuptools wheel
|
python3 -m pip install --upgrade pip setuptools wheel
|
||||||
python3 -m pip install polib
|
python3 -m pip install polib
|
||||||
|
sudo apt-get install -y gettext
|
||||||
|
|
||||||
- name: Check translations
|
- name: Check translations
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue