How to install z3c.locales
- Download and install ActivePython
- Open Command Prompt
- Type
pypm install z3c.locales
Dependencies
- distribute
- zope.i18n
- [compile] python-gettext
- [extract] z3c.authviewlet
- [extract] z3c.contents
- [extract] z3c.csvvocabulary
- [extract] z3c.layer.pagelet
- [extract] z3c.table
- [extract] z3c.wizard
- [test] zope.testing
Lastest release
This package provides the translation for the z3c packages which are using the shared z3c domain.
Contents
Contents
This package provides translations for:
- z3c.authviewlet
- z3c.contents
- z3c.layer.pagelet
- z3c.table
- z3c.wizard
Usage
Include the configure.zcml of this package in your project.
Changes
0.3.1 (2010-07-31)
- Updated translations for new message id in z3c.table 0.8.1.
0.3.0 (2010-07-08)
- Added compile extra which requires python-gettext to ease on
the fly generation of the .mo files.
0.2.0 (2009-12-29)
- Updated author's email address and home page address.
- Added z3c.wizard to list of translated packages. Added German
translations for this package.
- Removed .mo file from distribution. zope.i18n is able to produce
it on the fly (when python-gettext is installed, too).
0.1.0 (2009-12-24)
- Currently contains German translations for:
- z3c.authviewlet
- z3c.contents
- z3c.layer.pagelet
- z3c.table
- Initial release.