Update redgettext to version 3.4.1 (#5583)

This commit is contained in:
jack1142 2022-02-21 16:10:58 +01:00 committed by GitHub
parent 299a537f84
commit 50f3168b14
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.4 pip install redgettext==3.4.1
- 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.4 pip install redgettext==3.4.1
- name: Generate source files - name: Generate source files
run: | run: |