Re: [PHPTAL] i18n plural forms

2010-01-08 Thread Marcin Głowacki
Kornel Lesinski pisze: On 8 Jan 2010, at 17:21, Marcin Głowacki wrote: Thanks for your advice @phptal plural forms. It is working but i stuck on other problem - how to add plural translation in a tal variable? for example: and session/message for $n = 5 looks like: 'Added pictures into q

Re: [PHPTAL] i18n plural forms

2010-01-08 Thread Kornel Lesinski
On 8 Jan 2010, at 17:21, Marcin Głowacki wrote: Thanks for your advice @phptal plural forms. It is working but i stuck on other problem - how to add plural translation in a tal variable? for example: and session/message for $n = 5 looks like: 'Added pictures into queue'; Two rules to

Re: [PHPTAL] i18n plural forms

2010-01-08 Thread Marcin Głowacki
Thanks for your advice @phptal plural forms. It is working but i stuck on other problem - how to add plural translation in a tal variable? for example: and session/message for $n = 5 looks like: 'Added pictures into queue'; phptal is ommitting whole element. afaik phptal is always ommiti