Stop Editing .po Files.
Start Shipping.
One command. All your languages. Pennies per translation. No subscriptions, no portals, no copy-paste.
Why TranslateBot?
Built for developers who value their time.
Incremental & Efficient
Only translates new and changed strings. Batches API requests to keep token costs low. Add 10 strings, pay for 10 strings.
Consistent & Context-Aware
TRANSLATING.md gives your AI a version-controlled glossary. Same terminology every run, across every language.
Placeholder-Safe
Preserves %(name)s, {0}, %s, and HTML tags. 100% test coverage on format string handling.
How it Works
Make Messages
Run standard Django makemessages to generate .po files.
Translate
Run translatebot to fill in empty msgstr entries with AI.
Compile
Run compilemessages and deploy your app.
Get Started in Seconds
1. Install the package
2. Add to INSTALLED_APPS
INSTALLED_APPS = [
...
"translatebot_django",
]
3. Run the command