Skip to main content

Babel extractor for Chameleon templates

Project description

babel-lingua-chameleon

Babel extractor for Chameleon templates

Just provides lingua’s Chameleon message extractor functionality through Babel interface.

Usage

The extraction method name is lingua-chameleon.

So in your mapping/configuration files:

[lingua-chameleon: **/templates/**.pt]

And/or in your setup.py:

'message_extractors': {
    'MYPACKAGE': [
        ('**.pt', 'lingua-chameleon', None),
    ]
},

Development environment

To setup development environment:

python setup.py virtualenv
make

Changes

0.1.0 (2018-09-08)

  • Initial release.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

babel-lingua-chameleon-0.1.0.tar.gz (77.9 kB view hashes)

Uploaded Source

Built Distribution

babel_lingua_chameleon-0.1.0-py2.py3-none-any.whl (9.9 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page