From e794dd0078e1b491ec6b7cbb635a6eb64ecbbf33 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Fri, 3 Feb 2023 20:00:01 +0100 Subject: [PATCH] Download/Update translations on build (#87289) --- .github/workflows/builder.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index c3a0a721710fc..7c8f5208232cc 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: |