Re: [PHPTAL] translate ...

2011-02-13 Thread Kornel Lesiński
On Sun, 13 Feb 2011 18:38:59 -, Christian Welzel wrote: This one does not work anymore with 1.2.x... Some time ago i patched the version from svn to get it working again and at least for me it works again. The files can be downloaded here: http://typo3.camlann.de/phptal-i18n.tgz I've c

Re: [PHPTAL] translate ...

2011-02-13 Thread Christian Welzel
Am 13.02.2011 19:31, schrieb Kornel Lesiński: > There is/was a tool for this, but I haven't tested it with latest > version of PHPTAL: > > https://svn.motion-twin.com/phptal/phptal_i18n/trunk/bin/phptal-i18n-extract.php This one does not work anymore with 1.2.x... Some time ago i patched the ver

Re: [PHPTAL] translate ...

2011-02-13 Thread Kornel Lesiński
On Sun, 13 Feb 2011 17:03:50 -, GRolf wrote: And another question relating the i18n:translate in templates: the regular gettext contains xgettext to extract all keys from a PHP source code so you don't forget to translate one... does something similar exist for PHPTal templates? I gu

Re: [PHPTAL] translate ...

2011-02-13 Thread GRolf
And another question relating the i18n:translate in templates: the regular gettext contains xgettext to extract all keys from a PHP source code so you don't forget to translate one... does something similar exist for PHPTal templates? I guess not officially, but maybe somebody has developed som

[PHPTAL] translate ...

2011-02-13 Thread GRolf
I'm looking into translating a website in 2 (or more) languages. I was studying the gettext implemantation, but it's already kinda giving problems since my development-box is a Win7 computer, and the live box is a Linux. And, a bit to my surprise, the locale names are different on both system

Re: [PHPTAL] Translate field

2010-09-15 Thread Kornel Lesiński
On 15-09-2010 at 13:04:09 GRolf wrote: I have records in a table that have a "status" field, which contains a status in 'code' (i.e. "NEW", "PENDING", "APPROVED", ...). There is no conversion table for the moment When outputting this, I'd like to convert this status code to some more huma