Update redgettext to version 3.4 (#5582)

This commit is contained in:
jack1142 2022-02-21 15:56:33 +01:00 committed by GitHub
parent eeffbf8231
commit 299a537f84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ jobs:
echo "deb https://artifacts.crowdin.com/repo/deb/ /" | sudo tee -a /etc/apt/sources.list echo "deb https://artifacts.crowdin.com/repo/deb/ /" | sudo tee -a /etc/apt/sources.list
sudo apt-get update -qq sudo apt-get update -qq
sudo apt-get install -y crowdin sudo apt-get install -y crowdin
pip install redgettext==3.3 pip install redgettext==3.4
- name: Generate source files - name: Generate source files
run: | run: |
make gettext make gettext

View File

@ -27,7 +27,7 @@ jobs:
echo "deb https://artifacts.crowdin.com/repo/deb/ /" | sudo tee -a /etc/apt/sources.list echo "deb https://artifacts.crowdin.com/repo/deb/ /" | sudo tee -a /etc/apt/sources.list
sudo apt-get update -qq sudo apt-get update -qq
sudo apt-get install -y crowdin sudo apt-get install -y crowdin
pip install redgettext==3.3 pip install redgettext==3.4
- name: Generate source files - name: Generate source files
run: | run: |