diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index c3a0a721710..7c8f5208232 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -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: |