victor rajewski | 2 Sep 09:44

Re: i18ndude "sync" error?

On Fri, Aug 28, 2009 at 5:33 PM, Vincent
Fretin<vincent.fretin@...> wrote:
> On Fri, Aug 28, 2009 at 12:40 AM, victor rajewski <vik@...>
> wrote:
>>
>> On Thu, Aug 27, 2009 at 8:04 AM, Vincent Fretin<vincent.fretin@...>
>> wrote:
>> > On Thu, Aug 27, 2009 at 7:40 AM, victor rajewski <vik@...>
>> >> I have a .pt file for creating RSS2 feeds. RSS2 is XML, but is not
>> >> HTML. In particular, the <link> tag in HTML is an empty tag (i.e.
>> >> never has any content), while in RSS2 it needs content (the URI of
>> >> some item). The problem is, i18ndude treats .pt (in fact .*pt) files
>> >> as HTML, and puts them through the HTMLTALParser, which fails when it
>> >> gets a non-empty <link> tag. This occurs around line 472 in
>> >> i18ndude/extract.py.
>> >
>> > I'm not sure, but do your link is closed like this:
>> > <link attr1="" attr2="" />
>> > ?
>>
>> The link tag is not closed, because it is not meant to be. In RSS, the
>> link tag looks like:
>> <link>http://foo.bar/blah.html</link>
>> which is what my template has. However, this is not valid HTML, which
>> expects
>> <link />
>>
>> The issue is with i18ndude expecting all .*pt files to be HTML. It is
>> possible they are XML.
>>
(Continue reading)

Alexander Limi | 3 Sep 00:22
Favicon
Gravatar

Converting to msgctxt

Mozilla used to have a similar system as we're using for .po files. Here's a blog post that might be useful for the time we decide to move to msgctxt instead of our current custom scheme:

http://micropipes.com/blog/2009/09/01/using-substitution-strings-in-po-files/

It includes some conversion scripts and other useful info.

--
Alexander Limi · http://limi.net

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Plone-i18n mailing list
Plone-i18n@...
https://lists.sourceforge.net/lists/listinfo/plone-i18n
Vincent Fretin | 3 Sep 09:04
Picon

Re: Converting to msgctxt

On Thu, Sep 3, 2009 at 12:22 AM, Alexander Limi<limi@...> wrote:
> Mozilla used to have a similar system as we're using for .po files. Here's a
> blog post that might be useful for the time we decide to move to msgctxt
> instead of our current custom scheme:
>
> http://micropipes.com/blog/2009/09/01/using-substitution-strings-in-po-files/
>
> It includes some conversion scripts and other useful info.
>
> --
> Alexander Limi · http://limi.net
>

Thanks for sharing it.
I saw Hanno began to work on that with the new zope.i18nmessage(not id) package.

Vincent Fretin
Ecreall
Site : http://vincentfretin.ecreall.com

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
Vincent Fretin | 5 Sep 16:57
Picon

plone.app.locales 3.3.4 released

Hi,

I released plone.app.locales 3.3.4. It will be shipped with Plone 3.3.1.

3.3.4 - 2009-09-05

    * This release contains .mo files for the locales directory
    * Czech: translation update
    * French: replaced "Corps du texte" by "Corps de texte"
    * German: unfuzzy label_click_here_to_retrieve translation
    * Italian: fixed the history_action translation, it used ${author}
instead of ${actor}

This version is compatible with Plone 3.2.x.
If you want to use this new version in Plone 3.2.x, you can pin it in
your buildout like this:
[versions]
plone.app.locales = 3.3.4

Regards

Vincent Fretin
Ecreall
Site : http://vincentfretin.ecreall.com

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
raph | 18 Sep 10:14
Picon
Favicon

LinguaPlone still developed?


Hi everybody,

the last official release of linguaPlone is May 2008. Are there any plans
for further releases ensuring bug fixes and compatibility with newer Plone
releases?

Regards,
Raphael Pesché
--

-- 
View this message in context: http://n2.nabble.com/LinguaPlone-still-developed-tp3667987p3667987.html
Sent from the Internationalization mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
Plone-i18n mailing list
Plone-i18n <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plone-i18n
Hanno Schlichting | 18 Sep 10:29
Picon
Gravatar

Re: LinguaPlone still developed?

Hi.

On Fri, Sep 18, 2009 at 10:14 AM, raph
<raphael.pesche@...> wrote:
> the last official release of linguaPlone is May 2008. Are there any plans
> for further releases ensuring bug fixes and compatibility with newer Plone
> releases?

The releases aren't published on plone.org anymore. See
http://pypi.python.org/pypi/Products.LinguaPlone for the latest
releases including detailed changelogs.

Hanno

------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
Raphael Pesche | 18 Sep 10:56
Picon
Favicon

Re: LinguaPlone still developed?

Thank you for the quick reply.
I can't see any indication in the download section at plone.org that
the releases are published somewhere else (or maybe I missed it).
Since LinguaPlone is a fairly important product, it would be nice to find
a hint on the product page to avoid any confusion.

Regards,
Raphael

Hanno Schlichting schrieb:
> Hi.
>
> On Fri, Sep 18, 2009 at 10:14 AM, raph
> <raphael.pesche@...> wrote:
>   
>> the last official release of linguaPlone is May 2008. Are there any plans
>> for further releases ensuring bug fixes and compatibility with newer Plone
>> releases?
>>     
>
> The releases aren't published on plone.org anymore. See
> http://pypi.python.org/pypi/Products.LinguaPlone for the latest
> releases including detailed changelogs.
>
> Hanno
>
>   

------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
Enzo Cesanelli | 18 Sep 10:39

Re: LinguaPlone still developed?

I don't know if it was already fixed in the 3.0 releases but I miss the
translated language selectors... I mean it shouldn't be, i.e., Italian -
Spanish - English but it should be Italiano - Español - English.

I remember it was this way in the past...

Enzo

> Hi.
> 
> On Fri, Sep 18, 2009 at 10:14 AM, raph
> <raphael.pesche@...> wrote:
>> the last official release of linguaPlone is May 2008. Are there any plans
>> for further releases ensuring bug fixes and compatibility with newer Plone
>> releases?
> 
> The releases aren't published on plone.org anymore. See
> http://pypi.python.org/pypi/Products.LinguaPlone for the latest
> releases including detailed changelogs.
> 
> Hanno
> 
> ------------------------------------------------------------------------------
> Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay
> ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
> http://p.sf.net/sfu/devconf
> _______________________________________________
> Plone-i18n mailing list
> Plone-i18n@...
> https://lists.sourceforge.net/lists/listinfo/plone-i18n

------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
mbutcher | 25 Sep 21:08
Picon

Re: LinguaPlone problem


Carsten wrote:
> 
> Great, that did it. Thanks a lot!
> 
> 
> Jean-Pascal Houde wrote:
>> 
>> Hi,
>> 
>> By looking at your site, you seem to be using the language selector of
>> Plone(Translations) instead of the one from LinguaPlone.
>> 
> 
> 

I'm quite new to Plone (and Python and Zope &c), and while the above makes
sense to me, I can't figure out how I would set my site to make that choice.
I've searched around a fair bit and can't find the right file.

Any help would be much appreciated.
--

-- 
View this message in context: http://n2.nabble.com/LinguaPlone-problem-tp230476p3714320.html
Sent from the Internationalization mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf

Gmane