Skip to content

Build

Build #173

Workflow file for this run

name: Translations
on:
pull_request: {}
push:
branches: [main]
jobs:
i18n:
uses: open-contracting/.github/.github/workflows/i18n-babel.yml@main
with:
command: |
pybabel extract -F ../pyproject.toml -o messages.pot .
pybabel update -N -i messages.pot -d locale
dependencies: -r requirements.txt
working-directory: extension_explorer
python-version: '3.10'