mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 17:57:55 +00:00
Download/Update translations on build (#87289)
This commit is contained in:
parent
3723241937
commit
e794dd0078
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…
x
Reference in New Issue
Block a user