Skip to content

Commit a839de0

Browse files
committed
Normalized translations
1 parent 909e061 commit a839de0

File tree

11 files changed

+3341
-4158
lines changed

11 files changed

+3341
-4158
lines changed

.github/workflows/translation.yml

+2-10
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,7 @@ env:
99

1010
jobs:
1111
check-translations:
12-
if: false
1312
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
2113
steps:
2214
- uses: actions/checkout@v4
2315
# https://github.com/actions/checkout/issues/881
@@ -34,9 +26,9 @@ jobs:
3426
docker network create frontend
3527
task site-install --yes
3628
37-
- name: Export translations (${{ matrix.task }})
29+
- name: Export translations
3830
run: |
39-
task ${{ matrix.task }}
31+
task translation:export
4032
4133
# https://github.com/mxschmitt/action-tmate?tab=readme-ov-file#manually-triggered-debug
4234
# Enable tmate debugging if debug logging is enabled (cf.

CHANGELOG.md

+2
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)