Skip to content

Merge branch 'develop' into chore/convert-athena-endpoints-to-filemap #8819

Merge branch 'develop' into chore/convert-athena-endpoints-to-filemap

Merge branch 'develop' into chore/convert-athena-endpoints-to-filemap #8819

name: Check if German and English translations are consistent
on:
pull_request:
paths:
- 'src/main/webapp/i18n/**'
push:
paths:
- 'src/main/webapp/i18n/**'
jobs:
build:
name: Check if translation keys are consistent
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
with:
python-version: "3.13"
- name: Check if translation keys match
run: python .ci/translation-file-checker/translation_file_checker.py --german-files src/main/webapp/i18n/de/ --english-files src/main/webapp/i18n/en/