No idea?

On Aug 24, 1:46 pm, Javier Garcia <tirengar...@gmail.com> wrote:
>   Hi,
>
> I have a select to change the language of my forms and i have this widget:
>
> $this->setWidget('fecha_nac', new sfWidgetFormI18nDate(array('culture'
> => 'es_ES',
>                                                      'years' =>
> array_combine($years, $years),
>                                                      'empty_values' =>
> array('day' => 'Dia', 'month' => 'Mes', 'year' => 'A o')))
>
> );
>
> I have the translated values this way:
>
> <body>
> <trans-unit>
> <source>Chico</source>
> <target>Male</target>
> </trans-unit>
> <trans-unit>
> <source>Chica</source>
> <target>Female</target>
> </trans-unit>
> <trans-unit>
> <source>Mes</source>
> <target>Month</target>
> </trans-unit>
> <trans-unit>
> <source>Dia</source>
> <target>Day</target>
> </trans-unit>
> <trans-unit>
> <source>A o</source>
> <target>Year</target>
> </trans-unit>
> </body>
>
> No problem with the sex widget (Chico > Male, Chica > Female) butDia/Mes/Year 
> is not translated.
>
> Any idea?
>
> --
> Javi
>
> Ubuntu 8.04

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to