Skip to content

Commit ae4f60b

Browse files
committed
Normalized translations
1 parent 909e061 commit ae4f60b

File tree

11 files changed

+3344
-4158
lines changed

11 files changed

+3344
-4158
lines changed

.github/workflows/translation.yml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,16 @@ name: Translation
33
on:
44
pull_request:
55
push:
6+
branches:
7+
- main
8+
- develop
69

710
env:
811
COMPOSE_USER: runner
912

1013
jobs:
1114
check-translations:
12-
if: false
1315
runs-on: ubuntu-latest
14-
strategy:
15-
matrix:
16-
task:
17-
- translation:contrib-translations:export
18-
- translation:config-translations:export
19-
- translation:module-translations:export
20-
- translation:theme-translations:export
2116
steps:
2217
- uses: actions/checkout@v4
2318
# https://github.com/actions/checkout/issues/881
@@ -34,9 +29,9 @@ jobs:
3429
docker network create frontend
3530
task site-install --yes
3631
37-
- name: Export translations (${{ matrix.task }})
32+
- name: Export translations
3833
run: |
39-
task ${{ matrix.task }}
34+
task translation:export
4035
4136
# https://github.com/mxschmitt/action-tmate?tab=readme-ov-file#manually-triggered-debug
4237
# Enable tmate debugging if debug logging is enabled (cf.

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning].
77

88
## [Unreleased]
99

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

0 commit comments

Comments
 (0)