add job to check if i18n en_US is completed - issue 1776

This commit is contained in:
Laurent GAY
2025-07-01 16:31:30 +02:00
parent 98b2b23dcb
commit 9edf44beb9
3 changed files with 699 additions and 618 deletions

View File

@@ -105,6 +105,16 @@ deps:
needs:
- install
i18n-frontend:
image: node:20
stage: check
script:
- ./check_i18n.py
- diff src/i18n/en_US.json src/i18n/missing_en_US.json
allow_failure: true
needs:
- install
exunit:
stage: test
services: