- Raise ``zc.buildout.UserWarning`` in case of errors. This is how it should be done. It is more noticeable than logging an error (which may not be really visible as error) and quitting. [maurits]
1.1
----------------
- Moved to github: https://github.com/collective/collective.recipe.i18noverrides [maurits]
1.0
----------------
- Added a note to warn that this recipe will have no effect in Plone 4 (Zope 2.12) or higher. You should create an own package and register a locales directory there. [maurits]
0.4
----------------
- Only consider buildout parts for inclusion in the destinations when they are actually in the parts section of buildout. Otherwise you can run into errors like this: Error: Missing option: zptdebugger:__buildout_signature__ [maurits]
0.3
----------------
- If no destinations are specified, we automatically copy the po files to all parts that use plone.recipe.zope2instance. [maurits]