Re: Multilingual support / was Re: Urgent: MsgIdExtract problem

2005-01-17 Thread RobertCZ
Gerald Richter wrote: I have fixed/changed the points you requested in your mail below. It's now in the CVS, you might give it a try... Great, thanks, I'm going to test it, but I remember there were some special procedure necessary to use CVS version for EP2 and docs http://perl.apache.org/embp

RE: Multilingual support / was Re: Urgent: MsgIdExtract problem

2005-01-16 Thread Gerald Richter
.org > Cc: Gerald Richter > Subject: Multilingual support / was Re: Urgent: MsgIdExtract problem > > Gerald Richter wrote: > > > '$Embperl::Syntax::MsgIdExtract::Ids{scalar(%#0%)} = q{} if (!exists > (

Re: Multilingual support / was Re: Urgent: MsgIdExtract problem

2004-12-22 Thread RobertCZ
y using it in my two big projects and it's really REALLY nice ;-) -Original Message- From: RobertCZ [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 15, 2004 12:49 PM To: embperl@perl.apache.org Cc: Gerald Richter Subject: Multilingual support / was Re: Urgent: MsgId

RE: Multilingual support / was Re: Urgent: MsgIdExtract problem

2004-12-22 Thread Gerald Richter
apache.org > Cc: Gerald Richter > Subject: Multilingual support / was Re: Urgent: MsgIdExtract problem > > Gerald Richter wrote: > > > '$Embperl::Syntax::MsgIdExtract::Ids{scalar(%#0%)} = q{} if (!exists >

Multilingual support / was Re: Urgent: MsgIdExtract problem

2004-12-15 Thread RobertCZ
Gerald Richter wrote: '$Embperl::Syntax::MsgIdExtract::Ids{scalar(%#0%)} = q{} if (!exists ($Embperl::Syntax::MsgIdExtract::Ids{scalar(%#0%)})) ;', Try to change %#0% to %#\'0% OK, now I got it working and it's really cool (with the exception of the last couple of bugs).

RE: Urgent: MsgIdExtract problem

2004-12-14 Thread Gerald Richter
> > - [= Clear Form! =] doesn't show translation even when > dictionary has ... 'cz' => { ..., 'Clear Form!' => 'Vymazat > formular!', ... }, it looks like the above bug is repeated > when Emperl ouputs text > That's the same bug. > - your syntax ignores (documented) usage $epreq->gettext()

Re: Urgent: MsgIdExtract problem

2004-12-13 Thread Robert Germic
Gerald Richter wrote: - [= Clear Form! =] doesn't show translation even when dictionary has ... 'cz' => { ..., 'Clear Form!' => 'Vymazat formular!', ... }, it looks like the above bug is repeated when Emperl ouputs text That's the same bug. You are not saying that qu

RE: Urgent: MsgIdExtract problem

2004-12-13 Thread Gerald Richter
-- > -Original Message- > From: RobertCZ [mailto:[EMAIL PROTECTED] > Sent: Tuesday, December 14, 2004 1:23 PM > To: [EMAIL PROTECTED] > Cc: Gerald Richter > Subject: Re: Urgent: MsgIdExtract problem > > Now it does the extracting right (with a lot of quote

Re: Urgent: MsgIdExtract problem

2004-12-13 Thread RobertCZ
Now it does the extracting right (with a lot of quotes ;-)), but it does not seem to show the actual translations in the page itself - Robert Gerald Richter wrote: when extracting messages. I believe in some older version quotes like [= 'Hello World' =] would fix it, but in RC2 i

Re: Urgent: MsgIdExtract problem

2004-12-13 Thread RobertCZ
Gerald Richter wrote: when extracting messages. I believe in some older version quotes like [= 'Hello World' =] would fix it, but in RC2 it just prints it with quotes 'Hello World'. The problem is perhaps this definition 'Embperl output msg id' => { 'text' => '[=',

RE: Urgent: MsgIdExtract problem

2004-12-13 Thread Gerald Richter
> > when extracting messages. I believe in some older version > quotes like [= 'Hello World' =] would fix it, but in RC2 it > just prints it with quotes 'Hello World'. > > The problem is perhaps this definition > > 'Embperl output msg id' => { > 'text' => '[=', > 'end'