Skip to content

[CI & i18n] i18n script and doc improvements #102

[CI & i18n] i18n script and doc improvements

[CI & i18n] i18n script and doc improvements #102

Workflow file for this run

name: i18n
on:
pull_request:
jobs:
check-i18n:
name: I18N check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: main
fetch-depth: 0 # all
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0 # all
# Only check for missing hashes in new files
- name: Any files missing hash key?
run: scripts/check-i18n.sh -n -x -v
- name: Any files with invalid hash keys?
run: scripts/check-i18n.sh
- run: .github/workflows/scripts/check-i18n-helper.sh