Let translators contribute to a project's language files through a browser without touching the codebase directly
Continuously localize software by keeping translation files in sync with the development git repository
Set up crowdsourced translation for an open-source project with contributors from around the world
Use the hosted Weblate service to add translation workflows to your project without running your own server
Full deployment requires a database, web server, and version control integration, Docker setup is available but still needs configuration.
Weblate is a web-based tool for translating software and websites into multiple languages. The term for this process is localization: adapting a product so it reads naturally in different languages and regions. Weblate connects translation work to version control systems, meaning translators can contribute through a web interface while their changes feed directly into the same code repository that developers use. This tight integration with version control is highlighted as a core feature in the project description. The README describes it as libre software, which means it is freely available, open source, and distributed under the GNU General Public License version 3. It is used by more than 2500 projects and companies across more than 165 countries. A hosted cloud version is available at weblate.org for teams that prefer not to run their own server, alongside optional paid professional support and hosting plans. Built with Django, a Python web framework, Weblate supports common translation file formats including gettext, a widely used standard for software internationalization. The topics listed with the repository include continuous localization and crowdsourcing, suggesting it is designed for ongoing translation work with contributions from many people rather than a one-time batch job. The README itself is brief and serves mainly as a pointer to other resources. It directs users to the documentation site for setup instructions, and to GitHub issues for bug reports and feature requests. It does not describe the interface features or the full list of supported file formats. The full documentation is available separately on docs.weblate.org.
← weblateorg on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.