Download/Update translations on build (#87289)
This commit is contained in:
parent
3723241937
commit
e794dd0078
1 changed files with 5 additions and 0 deletions
5
.github/workflows/builder.yml
vendored
5
.github/workflows/builder.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Add table
Reference in a new issue