pyramid_localize¶
pyramid_localize is a pyramid extension providing ready-to-use, translation functionality for your pyramid based projects. All you need is to add Babel, and add some configuration. localize provides also a web interface that allows you to reload translations live, without reloading application.
Package resources¶
- Bug tracker: https://github.com/fizyk/pyramid_localize/issues
- Documentation: http://pyramid-localize.readthedocs.org/
- PyPI: https://pypi.python.org/pypi/pyramid_localize
Tests:¶
You’ll need: packages defined in extra_requires[tests] to run tests, and then:
python setup.py nosetests
License¶
Copyright (c) 2014 by pyramid_localize authors and contributors. See Authors
This module is part of pyramid_fullauth and is released under the MIT License (MIT): http://opensource.org/licenses/MIT