Link your repository
Install the Quetzal GitHub app, link your codebase, and Quetzal will keep every string translated, current, and in place.
You'll create an account and connect GitHub — free to start, no card required.
What happens after you link
- Step 1
Link your codebase
Connect your repo through GitHub. This is the only step that needs you.
- Step 2
Quetzal gets to work
We scan your code, learn your localization patterns, and translate every string in context.
- Step 3
Review & ship
Check our work, adjust settings, and confirm it's production-ready. Then it stays in sync on every PR.
Is my codebase ready for Quetzal?
Quetzal learns how to localize from your existing patterns. It does its best work when your code is any one of these:
- Already extensively localized
- Newly localized — even just a few translated strings
- Built in a framework with standard localization (like Swift)
If there is not any localization mechanism in your codebase yet, you will have to add one to guide Quetzal on the path forward. You can check out our advice for selecting a framework in our docs.
Prefer to wire it up yourself? Use the API — just sign up and follow our docs.