mirror of
https://github.com/home-assistant/core.git
synced 2025-04-28 11:17:53 +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
|
python -m script.gen_requirements_all
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
- name: Download Translations
|
||||||
|
run: python3 -m script.translations download
|
||||||
|
env:
|
||||||
|
LOKALISE_TOKEN: ${{ secrets.LOKALISE_TOKEN }}
|
||||||
|
|
||||||
- name: Write meta info file
|
- name: Write meta info file
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user