RE: [Catalyst] Localisation

2011-10-18 Thread Duncan Garland
I’ve exchanged emails with Clinton Gormley (Locale::Maketext) and Guido Flohr (Locale::TextDomain). Both are definitely still maintained. From: Duncan Garland [mailto:duncan.garl...@motortrak.com] Sent: 13 October 2011 09:36 To: The elegant MVC web framework Subject: RE: [Catalyst] Localisation

RE: [Catalyst] Localisation

2011-10-13 Thread Duncan Garland
Subject: Re: [Catalyst] Localisation On Wed, Oct 12, 2011 at 8:20 AM, Duncan Garland duncan.garl...@motortrak.commailto:duncan.garl...@motortrak.com wrote: Now, the article has some valid points about how Maketext does it wrong (like not being able to handle a verbatim gettext PO), so let's

RE: [Catalyst] Localisation

2011-10-12 Thread Duncan Garland
[mailto:stephenclo...@gmail.com] Sent: 06 October 2011 20:59 To: The elegant MVC web framework Subject: Re: [Catalyst] Localisation On Thu, Oct 6, 2011 at 11:06 AM, André Walker an...@andrewalker.netmailto:an...@andrewalker.net wrote: I don't know if it helps, but I've been researching a little about

Re: [Catalyst] Localisation

2011-10-12 Thread Peter Edwards
On 12 October 2011 14:20, Duncan Garland duncan.garl...@motortrak.comwrote: Now, the article has some valid points about how Maketext does it wrong (like not being able to handle a verbatim gettext PO), so let's fix Maketext. ** ** Maketext does handle PO files. I know it won’t handle

Re: [Catalyst] Localisation

2011-10-12 Thread Stephen Clouse
On Wed, Oct 12, 2011 at 8:20 AM, Duncan Garland duncan.garl...@motortrak.com wrote: Now, the article has some valid points about how Maketext does it wrong (like not being able to handle a verbatim gettext PO), so let's fix Maketext. ** ** Maketext does handle PO files. I know it

Re: [Catalyst] Localisation

2011-10-06 Thread Chakkit Ngamsom
Hi Duncan, You should use Plugin here: http://search.cpan.org/dist/Catalyst-Plugin-I18N/lib/Catalyst/Plugin/I18N.pm Check at configuration section if you want to specify directory for .po files or elsr. Regards, Chakkit On Oct 6, 2011, at 7:39 PM, Duncan Garland duncan.garl...@motortrak.com

RE: [Catalyst] Localisation

2011-10-06 Thread Duncan Garland
. I’ve run out of ideas. All the best. Duncan From: Chakkit Ngamsom [mailto:chak...@ibiz.co.th] Sent: 06 October 2011 15:06 To: The elegant MVC web framework Subject: Re: [Catalyst] Localisation Hi Duncan, You should use Plugin here: http://search.cpan.org/dist/Catalyst-Plugin-I18N/lib/Catalyst

RE: [Catalyst] Localisation

2011-10-06 Thread Duncan Garland
Hello!Bolts hello Regards Duncan From: Duncan Garland [mailto:duncan.garl...@motortrak.com] Sent: 06 October 2011 16:09 To: The elegant MVC web framework Subject: RE: [Catalyst] Localisation Hi Chakkit, Thanks for your reply. We do have a medium sized Catalyst application which we may well want

Re: [Catalyst] Localisation

2011-10-06 Thread André Walker
I don't know if it helps, but I've been researching a little about localization recently, and I came across this article: http://rassie.org/archives/247 In summary, it states Locale::Maketext shouldn't be used — we should be using Locale::TextDomain instead. I'm considering it for my current

RE: [Catalyst] Localisation

2011-10-06 Thread Duncan Garland
...@andrewalker.net] Sent: 06 October 2011 17:07 To: The elegant MVC web framework Subject: Re: [Catalyst] Localisation I don't know if it helps, but I've been researching a little about localization recently, and I came across this article: http://rassie.org/archives/247 In summary, it states Locale

Re: [Catalyst] Localisation

2011-10-06 Thread Stephen Clouse
On Thu, Oct 6, 2011 at 11:06 AM, André Walker an...@andrewalker.net wrote: I don't know if it helps, but I've been researching a little about localization recently, and I came across this article: http://rassie.org/archives/247 In summary, it states Locale::Maketext shouldn't be used — we