Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 5 additions & 10 deletions .github/workflows/translation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,16 @@ name: Translation
on:
pull_request:
push:
branches:
- main
- develop

env:
COMPOSE_USER: runner

jobs:
check-translations:
if: false
runs-on: ubuntu-latest
strategy:
matrix:
task:
- translation:contrib-translations:export
- translation:config-translations:export
- translation:module-translations:export
- translation:theme-translations:export
steps:
- uses: actions/checkout@v4
# https://github.com/actions/checkout/issues/881
Expand All @@ -34,9 +29,9 @@ jobs:
docker network create frontend
task site-install --yes

- name: Export translations (${{ matrix.task }})
- name: Export translations
run: |
task ${{ matrix.task }}
task translation:export

# https://github.com/mxschmitt/action-tmate?tab=readme-ov-file#manually-triggered-debug
# Enable tmate debugging if debug logging is enabled (cf.
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning].

## [Unreleased]

- [PR-99](https://github.com/itk-dev/ai-screening/pull/99)
Normalized translation files
- [PR-100](https://github.com/itk-dev/ai-screening/pull/100)
- Add missing translations to contributed modules and themes
- Add confirmation step when project state changes in project edit form.
Expand Down
Loading
Loading