Generate screenshots for foreign languages ("de" and "fr" for now). #2454

This commit is contained in:
Benoit Marty
2024-02-28 14:29:24 +01:00
parent aa2b412684
commit bdcd515485
8 changed files with 312 additions and 113 deletions

View File

@@ -22,7 +22,9 @@ jobs:
echo "deb [arch=amd64 signed-by=/etc/apt/trusted.gpg.d/localazy.gpg] https://maven.localazy.com/repository/apt/ stable main" | sudo tee /etc/apt/sources.list.d/localazy.list
sudo apt-get update && sudo apt-get install localazy
- name: Run Localazy script
run: ./tools/localazy/downloadStrings.sh --all
run: |
./tools/localazy/downloadStrings.sh --all
./tools/test/generateAllScreenshots.py
- name: Create Pull Request for Strings
uses: peter-evans/create-pull-request@v6
with: