Metadata-Version: 2.1
Name: django-l10n-extensions
Version: 1.1
Summary: Extend Django with L10N features.
Requires-Dist: Django (>=2)
Requires-Dist: GitPython (==1.0.1)
Requires-Dist: polib (>=1.0)

- inline translation of your Django web application in the browser
- L10N model field to enable translation of database content
- L10N unit models e.g. Area  (m2, acres, hectares, etc.) or Temperature(°C, °F, K)

Home-page: https://github.com/ceasaro/django-l10n-extensions
Author: Cees van Wieringen
Author-email: ceesvw@gmail.com
License: UNKNOWN
Description: Extend Django with L10N features.
        
        - inline translation of your Django web application in the browser
        - L10N model field to enable translation of database content
        - L10N unit models e.g. Area  (m2, acres, hectares, etc.) or Temperature(°C, °F, K)
        
Platform: UNKNOWN
