You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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