Document Actions
iw.plonepatches
Category: Framework :: Plone, Programming Language :: Python, Topic :: Software Development :: Libraries :: Python Modules
—
Other products by this author
Current release: iw.plonepatches 0.1.1
Released Jul 07, 2008
Experimental releases
There are no experimental releases available at the moment.
Project Description
- Project resources
Introduction
This product contains various patches for Plone 3
pts.py: contains a patch for PTS to merge several .po file for the same domain.
A standard use case when you have to provide translations for the "plone" domain with zope.i18n, or if you want to override some of the standard translations. Without this patch the standard translations for the plone domain (provided by Products.PloneTranslations) will not be take in account.
In order to use it you must declare "iw.plonepatches" as the first zcml component in your buildout:
zcml = iw.plonepatches ...
Changelog
0.1.0 - 2008/08/04
- Fixes on PTS patches [bmathieu]
- Initial release

