Re: AW: [Zope-dev] Re: AW: Re: AW: Re: New i18n locale extraction concept

2008-05-09 Thread Jacob Holm
Hi, Roger Ineichen wrote: Note, if you run the i18nextract script, all module must be there like in a running application. You can't only use the files which will contain locales. Also modules which this packages import from must be there. That should not be necessary I think. At least

Re: AW: [Zope-dev] Re: AW: Re: AW: Re: New i18n locale extraction concept

2008-05-09 Thread Stephan Richter
On Thursday 08 May 2008, Roger Ineichen wrote: That should not be necessary I think.  At least I am not used to it. When I use i18ndude for making pot/po files for a Plone product/package and I have from Products.CMFPlone import something in a file, then this import does not really take

AW: AW: [Zope-dev] Re: AW: Re: AW: Re: New i18n locale extraction concept

2008-05-09 Thread Roger Ineichen
Hi Stephan Betreff: Re: AW: [Zope-dev] Re: AW: Re: AW: Re: New i18n locale extraction concept [...] Probably it works in some ues case but for sure not in all. Let's give a sample. If you define a interface like foo = zope.schema.Choice(     title=_('Title'),     vocabulary

[Zope-dev] Re: AW: Re: AW: Re: New i18n locale extraction concept

2008-05-08 Thread Maurits van Rees
Stephan Richter, on 2008-05-08: On Wednesday 07 May 2008, Roger Ineichen wrote: I like that it can extract locales from eggs.  I don't like that it uses zcml for this.  Is the zcml really necessary? zcml is needed for exctract locales from page templates.   ZCML is needed to extract

[Zope-dev] Re: AW: Re: AW: Re: New i18n locale extraction concept

2008-05-08 Thread Maurits van Rees
Hi Roger, Roger Ineichen, on 2008-05-07: Uhaaa, that's a left over from a copied README.txt file. I need to review that part again. I thought it might be something like that. :-) Why specify both eggs and packages? And why specify those packages in the setup.py too? At least that is what

AW: [Zope-dev] Re: AW: Re: AW: Re: New i18n locale extraction concept

2008-05-08 Thread Roger Ineichen
Hi Maurits -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Maurits van Rees Gesendet: Donnerstag, 8. Mai 2008 18:55 An: zope-dev@zope.org Betreff: [Zope-dev] Re: AW: Re: AW: Re: New i18n locale extraction concept Stephan Richter

AW: [Zope-dev] Re: AW: Re: AW: Re: New i18n locale extraction concept

2008-05-08 Thread Roger Ineichen
Hi Maurits Betreff: [Zope-dev] Re: AW: Re: AW: Re: New i18n locale extraction concept [...] Packages are used for extract locales from. That could be very different then the egg setup. The i18nextrac.py will only deep into this packages, but probably this packages will need different