Hi Maurits
Betreff: [Zope-dev] Re: New i18n locale extraction concept
Christian Zagrodnick, on 2008-05-01:
On 2008-05-01 02:06:17 +0200, "Roger Ineichen" <dev@projekt01.ch> said:
What does this mean? The locale extraction is now a part of a recipe and not a
part of a
package itself.
My goal is to remove the dependencies in the z3c.recipe.i18n, because right now it uses the base implementation in zope.app.locales which makes it depend on the hole zope namepsace. Because of the overall zope.* dependenc in zope.app.locale.
Actually, there is lovely.receipe:i18n which provides i18n extraction. Does z3c.recipe.i18n something else or why is there yet another i18n recipe?
For me a downside of lovely.recipe:i18n is that it has too many dependencies: the whole of zope. When easy installing it in a virtual env, you end up with 44 MB of eggs.
For comparison, easy installing i18ndude needs about 6 MB.
Yes, that's what I was asking for. The zope.app.locales has dependencies to each i18n aware zope.* package because it offers transalation for this packages. And at the same time it offers the i18nextract.py script which could be used by other projects. This ends in having dependencies to all zope.* packages. We need to split the locale extraction concept and the concret zope.* package extraction part into two different packages. Then we can reuse the local extraction concept wihtout dependencies to the full zope.* package tree. Regards Roger Ineichen
See this (currently) small thread in grok-dev: http://thread.gmane.org/gmane.comp.web.zope.grok.devel/4742
-- Maurits van Rees | http://maurits.vanrees.org/ Work | http://zestsoftware.nl/ "This is your day, don't let them take it away." [Barlow Girl]
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope )