
i18n Autopilot
Missing translations, fixed on every pull request
7 followers
Missing translations, fixed on every pull request
7 followers
Every PR adds an English string. Someone eventually has to backfill fr/de/es, and it always slips. i18n Autopilot detects the keys missing in your non-source locales on each pull request, translates them (placeholders and HTML preserved), and commits the result back to the PR. Free Action, or a hosted App with no key and no CI config.

The choice to commit translations back to the PR instead of a separate dashboard is genuinely clever. Developers will actually see the diff, which means localization becomes part of code review rather than a forgotten side quest.