mete0r / babel-lingua-chameleon

Babel extractor for Chameleon templates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Babel extractor for Chameleon templates

License:GNU Affero General Public License v3.0


Languages

Language:Python 97.9%Language:Makefile 2.1%