- Shipped
- August 8, 2026 at 10:30 PM UTC
- Author
- kamo
- Commit
- 3acdc39
Run 545 failed the i18n key guard on 60 keys. Not a code defect — the kamo-internal commit was pushed at 14:10 and the dictionary strings landed at 14:18, so the build cloned a dictionary that did not have them yet. Code must go after the dictionary, not before: the guard clones that repo at build time and next-intl throws on a key missing from en.json. The strings are on the dictionary main now (6897628), and 'check-i18n-keys.mjs --require-messages' passes locally against that content at this exact tree. Empty commit purely to retrigger the build — this Forgejo has no run-rerun endpoint.