Weblate is libre software web-based continuous localization system, used by over 2500 libre projects and companies in more than 165 countries.
This is the legal module used on services operated by Weblate s.r.o., including the Hosted Weblate service.
It can serve as an implementation example for customizing Weblate, but its legal documents are specific to those services and should not be used as a basis for other services. If you think something should be part of Weblate, please open an issue.
Install using pip:
uv pip install wllegalSources are available at <https://github.com/WeblateOrg/wllegal>.
Include the module in the INSTALLED_APPS; it has to be placed prior to other Weblate modules to override their templates:
INSTALLED_APPS.insert(0, "wllegal")