Skip to content

unskip translation tests that check for missing keys across locales #680

@GuiBibeau

Description

@GuiBibeau

Description:

Currently, the translation test that verifies all English keys exist in other language files (located in src/tests/i18n/next-intl.test.tsx, lines 71-87) appears to be blocking the standard workflow for adding new translatable content.

Current Issue

The test creates a catch-22 situation:

  • New translation keys added in English fail the test because they don't exist in other language files
  • Translations are only generated after merging to main via the Lingo GitHub Action (.github/workflows/i18n.yml)
  • PRs can't be merged because the test fails

I will skip the test for now in #679 to allow this work to go forward. I'm creating this issue to track the work of un-skipping the tests

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions