How to install pyramid_localize
- Download and install ActivePython
- Open Command Prompt
- Type
pypm install pyramid-localize
Dependencies
- pyramid>=1.5a1
- pyramid-basemodel
- tzf.pyramid-yml>=0.2
- [babel] Babel>=1.0
- [docs] sphinx
- [tests] coverage
- [tests] mock
- [tests] nose
- [tests] WebTest
Lastest release
pyramid_localize
Package to provide translation methods for pyramid, and means to reload translations without stopping the application




Documentation can be found on readthedocs.org.
Instalation:
pip install pyramid_localize
or add pyramid_localize to your setup.py requirements.
Tests:
You'll need: nose, WebTest, coverage to run tests, and then:
python setup.py nosetests
CHANGES
0.1.0 (prerelease)
- license information
- requires at least pyramid 1.5a1 (rely on default localizer reify method)
- py3 compatibility (require at least babel 1.0)
- locale negotiator looks first for request attribute _LOCALE_
- required cookie name changed to _LOCALE_ to be consistent with other places
0.0.5
- fixes in catalog/index template [zusel, fizyk]
- destination path added in translation_dirs as a translation source as well [fizyk]
0.0.4
- fix issue with translation files path beeing not related to cwd [fizyk]
0.0.2
- fixed MANIFEST.in [fizyk]
0.0.1
- initial release [fizyk]