Skip to content

WeblateOrg/wllegal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weblate

Weblate is libre software web-based continuous localization system, used by over 2500 libre projects and companies in more than 165 countries.

This is legal module used on the Hosted Weblate service.

You can use them as an example how to customize Weblate, but there are probably not generally usable. If you think something should be part of Weblate, please open an issue.

Website Translation status CII Best Practices PyPI package Documentation

Installation

Install using pip:

pip3 install wllegal

Sources are available at <https://github.com/WeblateOrg/wllegal>.

Usage

Include the module in the INSTALLED_APPS, it has tbe placed prior to other Weblate modules to override it's templates:

INSTALLED_APPS.insert(0, "wllegal")