Keep locale files updated, error-free, and integrated with your workflow.
Built for developers who value their time.
Use any model supported by LiteLLM: GPT-4, Claude 3.5 Sonnet, Gemini Pro, and more. Switch models with a single config change.
Preserves Django placeholders (`%(name)s`), HTML tags, and format strings perfectly. No broken variables in production.
Simple CLI interface. Dry-run mode to preview changes. Selective overwriting. Integrates seamlessly into your CI/CD.
Run standard Django `makemessages` to generate .po files.
Run `translatebot` to fill in empty msgstr entries with AI.
Run `compilemessages` and deploy your app.
1. Install the package
2. Add to INSTALLED_APPS
3. Run the command