feat: improve pending sumbmission and application ES emain reminders #243
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Translations | |
on: | |
pull_request: {} | |
push: | |
branches: [main] | |
jobs: | |
i18n: | |
uses: open-contracting/.github/.github/workflows/i18n-babel.yml@main | |
with: | |
command: | | |
pybabel extract -k '_ i' -o messages.pot app | |
pybabel update -N -i messages.pot -d locale | |
dependencies: -r requirements.txt |