# TranslateBot > AI-powered automatic translation for Django applications. TranslateBot translates your Django .po files using AI models like GPT-4, Claude, and Gemini, preserving format string placeholders and only translating new or changed strings. TranslateBot is a Python package that automates the translation of Django gettext .po files. It supports multiple AI providers including OpenAI, Anthropic Claude, Google Gemini, Azure OpenAI, and 100+ models via LiteLLM. The tool intelligently preserves Django format string placeholders (%(name)s, {0}, %s) and integrates with django-modeltranslation for database content. ## Documentation - [Installation](https://translatebot.dev/docs/getting-started/installation/): How to install TranslateBot via pip or uv - [Quickstart](https://translatebot.dev/docs/getting-started/quickstart/): Get started translating your Django project in minutes - [Configuration](https://translatebot.dev/docs/getting-started/configuration/): Configure AI providers and translation settings - [Command Reference](https://translatebot.dev/docs/usage/command-reference/): Full reference for the translate_messages management command ## Usage Guides - [Translating PO Files](https://translatebot.dev/docs/usage/po-files/): How to translate Django gettext .po files - [Model Translation](https://translatebot.dev/docs/usage/model-translation/): Translate database content with django-modeltranslation - [AI Model Integrations](https://translatebot.dev/docs/integrations/ai-models/): Supported AI providers and configuration ## Resources - [GitHub Repository](https://github.com/gettranslatebot/translatebot-django): Source code and issue tracker - [PyPI Package](https://pypi.org/project/translatebot-django/): Install via pip - [FAQ](https://translatebot.dev/docs/faq/): Frequently asked questions - [Changelog](https://translatebot.dev/docs/changelog/): Release notes and version history ## Optional - [How It Works](https://translatebot.dev/en/how-it-works/): Overview of the translation workflow - [Pricing](https://translatebot.dev/en/pricing/): Pricing information