mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
Update redgettext to version 3.4.1 (#5583)
This commit is contained in:
parent
299a537f84
commit
50f3168b14
2
.github/workflows/crowdin_upload_strings.yml
vendored
2
.github/workflows/crowdin_upload_strings.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
||||
echo "deb https://artifacts.crowdin.com/repo/deb/ /" | sudo tee -a /etc/apt/sources.list
|
||||
sudo apt-get update -qq
|
||||
sudo apt-get install -y crowdin
|
||||
pip install redgettext==3.4
|
||||
pip install redgettext==3.4.1
|
||||
- name: Generate source files
|
||||
run: |
|
||||
make gettext
|
||||
|
||||
2
.github/workflows/prepare_release.yml
vendored
2
.github/workflows/prepare_release.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
||||
echo "deb https://artifacts.crowdin.com/repo/deb/ /" | sudo tee -a /etc/apt/sources.list
|
||||
sudo apt-get update -qq
|
||||
sudo apt-get install -y crowdin
|
||||
pip install redgettext==3.4
|
||||
pip install redgettext==3.4.1
|
||||
|
||||
- name: Generate source files
|
||||
run: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user