isabellehuecloser-ctrl

GitHub Action that auto-translates missing i18n keys on every pull request using AI.

10
0
89% credibility
Found May 31, 2026 at 10 stars -- GitGems finds repos before they trend. Get early access to the next one.
Sign Up Free
AI Analysis
TypeScript
AI Summary

i18n Autopilot is a GitHub Action that automatically translates missing text in multilingual applications. When you add or change text in your main language, it detects which other languages are missing that content, translates it using AI, and commits the results directly to your pull request with a summary comment. It supports both simple file structures and nested folder layouts, preserves technical placeholders and formatting, and keeps all your translations in sync without manual effort.

How It Works

1
🔍 You discover a smarter way to handle translations

While working on an app with multiple languages, you find i18n Autopilot and learn it can automatically fill in missing translations for you.

2
⚙️ You connect it to your project in minutes

You add a few lines to your repository that tell the tool where your language files live and give it access to an AI service.

3
✏️ You add or update some text

During your normal work, you add a new message or button label to your main language file and open a pull request with your changes.

4
🤖 The tool automatically gets to work

As soon as your pull request opens, the tool scans your other language files, spots what's missing, and translates each piece of text using AI.

5
📝 You see a summary on your pull request

The tool posts a friendly comment showing exactly how many translations it created for each language, so you know exactly what happened.

🎉 All your languages are up to date

Your changes are committed back to your branch automatically, so every language file now has the complete text. No more copying and pasting for you.

Sign up to see the full architecture

4 more

Sign Up Free

Star Growth

See how this repo grew from 10 to 10 stars Sign Up Free
Repurpose This Repo

Repurpose is a Pro feature

Generate ready-to-use prompts for X threads, LinkedIn posts, blog posts, YouTube scripts, and more -- with full repo context baked in.

Unlock Repurpose
AI-Generated Review

What is i18n-autopilot?

i18n-autopilot is a GitHub Action that automatically translates missing internationalization keys whenever a pull request updates your source locale file. When you add or change a string in your English locale file, it detects what's missing in all other languages and commits the AI-generated translations back to the PR. It handles both flat JSON layouts and nested namespace structures, preserves placeholders like `{name}` and HTML tags, and posts a summary comment on the pull request.

Why is it gaining traction?

This solves a real pain point for teams managing multi-language applications. Instead of manually tracking which keys need translations across dozens of locale files, the workflow runs automatically on every PR. You bring your own OpenAI API key, so costs stay predictable and data flows directly to your chosen provider. The setup is minimal—just add the action to a workflow file with your source locale, target directory, and API key secret.

Who should use this?

Frontend developers maintaining i18n-heavy apps in frameworks like React or Vue will find the most value here, especially teams with five or more target locales. It's particularly useful when onboarding new locales or during high-velocity periods when translation handoffs create bottlenecks. Small teams without dedicated localization resources will benefit most, though any project with growing locale complexity could justify the automation.

Verdict

At roughly 10 stars, this is early-stage software—helpful for straightforward translation needs but lacking the battle-testing that critical CI tooling demands. The codebase demonstrates thoughtful patterns, yet with a credibility score of 0.9%, teams should evaluate thoroughly before production deployment. The hosted Pro version offers a managed alternative if you prefer avoiding self-service setup.

Sign up to read the full AI review Sign Up Free

Similar repos coming soon.