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.
- Bug tracker: https://github.com/fizyk/pyramid_localize/issues
- Documentation: http://pyramid-localize.readthedocs.org/
- PyPI: https://pypi.python.org/pypi/pyramid_localize
pip install pyramid_localize
or add pyramid_localize to your project requirements.
Install pipenv first, Then run:
pipenv run tbump [NEW_VERSION]