diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index f4ffd77b..78fc66e3 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -111,9 +111,7 @@ jobs: - name: Update transations id: update continue-on-error: true - run: | - pip install babel jinja2 - searx_extra/update/update_translations.sh + run: make V=1 ci.babel.update - name: Open pull request if: steps.update.outcome == 'success' uses: peter-evans/create-pull-request@v3 diff --git a/Makefile b/Makefile index 6c22d5e2..d48f5c53 100644 --- a/Makefile +++ b/Makefile @@ -77,7 +77,7 @@ test.shell: # wrap ./manage script MANAGE += buildenv -MANAGE += babel.compile +MANAGE += ci.babel.update babel.extract babel.update babel.compile MANAGE += data.all data.languages data.useragents data.osm_keys_tags MANAGE += docs.html docs.live docs.gh-pages docs.prebuild docs.clean MANAGE += docker.build docker.push docker.buildx diff --git a/manage b/manage index df6b1c7d..42c617f5 100755 --- a/manage +++ b/manage @@ -44,8 +44,10 @@ help() { cat <