Skip to content

Add CI check for translation coverage in pull requests#696

Merged
cristian-tamblay merged 4 commits into
developfrom
feat/translation-ci
Jun 15, 2026
Merged

Add CI check for translation coverage in pull requests#696
cristian-tamblay merged 4 commits into
developfrom
feat/translation-ci

Conversation

@Irozuku

@Irozuku Irozuku commented Jun 11, 2026

Copy link
Copy Markdown
Collaborator

Summary

Adds a new GitHub Actions workflow to automatically validate translation coverage for both the frontend and backend on every pull request. This helps ensure that all supported locales remain fully translated and prevents incomplete translations from being merged.


Type of Change

Check all that apply like this [x]:

  • Backend change
  • Frontend change
  • CI / Workflow change
  • Build / Packaging change
  • Bug fix
  • Documentation

Changes (by file)

  • .github/workflows/translations.yml: Added a new workflow that runs translation coverage checks for both frontend and backend during pull requests.
  • .github/workflows/translations.yml: Added a frontend job that installs dependencies and runs i18next-cli status, failing if any locale does not have 100% translation coverage.
  • .github/workflows/translations.yml: Added a backend job that sets up Python and runs scripts/check_translations.py lint to validate translation completeness.

Testing (optional)

  • Open a pull request and verify that the workflow runs successfully when all translations are complete.
  • Confirm that the workflow fails when a frontend or backend translation is missing.

@Irozuku Irozuku added the enhancement New feature or request label Jun 11, 2026
@Irozuku Irozuku marked this pull request as draft June 11, 2026 13:52
@Irozuku Irozuku force-pushed the feat/translation-ci branch from 98737ad to 568a0ba Compare June 11, 2026 13:55
@Irozuku Irozuku force-pushed the feat/translation-ci branch from 568a0ba to 46fa71b Compare June 11, 2026 14:01
@Irozuku Irozuku marked this pull request as ready for review June 11, 2026 14:27
Base automatically changed from fix/missing-translations to develop June 15, 2026 13:11
@cristian-tamblay cristian-tamblay merged commit 84f62a9 into develop Jun 15, 2026
20 checks passed
@cristian-tamblay cristian-tamblay deleted the feat/translation-ci branch June 15, 2026 13:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants