Download/Update translations on build (#87289)

This commit is contained in:
Franck Nijhof 2023-02-03 20:00:01 +01:00 committed by GitHub
parent 3723241937
commit e794dd0078
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -169,6 +169,11 @@ jobs:
python -m script.gen_requirements_all
fi
- name: Download Translations
run: python3 -m script.translations download
env:
LOKALISE_TOKEN: ${{ secrets.LOKALISE_TOKEN }}
- name: Write meta info file
shell: bash
run: |