--- id: weblate version: "2026.8.1" license: GPL-3.0-or-later license_treatment: copyleft maintenance: active --- # weblate — A web-based continuous localization system with tight version control integration License: copyleft · Maintenance: active · Downloads: 122.7K/mo ## What it is and what it does Weblate is a production-grade web application for managing translations across software projects. It provides a centralized interface where translators collaborate on localization, with built-in support for gettext, git, and other version control systems. The platform synchronizes translations back to source repositories, enabling continuous localization workflows. The package is a Django application backed by a large ecosystem of dependencies—Celery for task scheduling, Django REST Framework for APIs, cryptography for authentication, and numerous specialized libraries for translation file handling and text processing. It's designed for deployment as a service, not as a library to import into other applications. Organizations with over 2500 projects rely on it, and it supports current Python versions (3.12 through 3.14). Use it for: - Host a self-managed translation platform for an open-source project or company with multiple localization teams across regions. - Integrate continuous localization into a CI/CD pipeline, automatically pulling source strings and pushing translated content back to version control. - Manage translations for multiple related projects from a single web interface with role-based access control and audit trails. - Provide translators with a web UI to collaborate on translations without requiring command-line or version control knowledge. - Synchronize translations between a git repository and a centralized translation database, reducing merge conflicts and manual coordination. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Weblate is a web-based continuous localization platform that manages translation workflows for software projects, integrating with version control systems to synchronize translations across teams. Yes, if you need to self-host a translation management platform for a team or organization. Weblate is actively maintained, production-stable, and widely adopted. Install friction is low for a Django application of its scale. The copyleft license is a non-issue for open-source projects but requires legal review for proprietary deployments. No known security vulnerabilities. Suitable for organizations that want to avoid vendor lock-in with hosted services. ## Install pip install weblate uv add weblate poetry add weblate ## Installing weblate Before you install: Low install friction with a pure Python wheel distribution. Active maintenance with a release 7 days old and commits as recent as 2026-08-14. Supports current Python versions (3.12, 3.13, 3.14). Requires 88 runtime dependencies including Django, Celery, and cryptography—a substantial but typical stack for a production web application. License in practice: Licensed under GPL-3.0-or-later (copyleft). Any derivative work or modification must be distributed under the same GPL terms. Suitable for open-source projects and organizations comfortable with copyleft obligations; proprietary or closed-source deployments require careful legal review. Quickstart: pip install weblate Following installation, refer to https://docs.weblate.org/en/latest/admin/install.html for setup instructions, which cover database configuration, Django settings, and service initialization. Requires Python >= 3.12. Substantial dependency tree (88 runtime packages) and Django/Celery infrastructure; production deployment typically requires a database backend, Redis for caching, and a web server. Verify before relying: - Whether the 88 runtime dependencies can be installed cleanly in all target environments without version conflicts. - Performance characteristics and scalability limits for the number of concurrent translators or projects. - Whether hosted Weblate service is a viable alternative to self-hosting for specific use cases. ## Package facts - License: GPL-3.0-or-later (copyleft) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 122.7K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags web-based translation management, continuous localization platform, collaborative translation workflow, gettext and i18n management, version control translation sync, team translation interface, localization project hosting, localization, django-app, translation-management [View on SkillFed](https://skillfed.io/packages/weblate) · [View on PyPI](https://pypi.org/project/weblate/)