On Martes, 2 de Febrero de 2010 19:51:56 Nick Rogers escribió:
> On Tue, Feb 2, 2010 at 12:08 AM, [email protected] <
>
> [email protected]> wrote:
> > Hi,
> >
> > Rails i18n modul expects plural forms in your yml file.
> > change your localization file:
> > en:
> >  activerecord:
> >    models:
> >      one: Administrator
> >      other: Administrators
>
> This does not seem to have any affect on active_scaffold. I tried...

That is wrong, it should be:
en:
  activerecord:
    models:
      admin:
        one: Administrator
        other: Administrators

>
> en:
>   activerecord:
>     models:
>       admin: Administrator
>       admins: Administrators
>
> To no avil

-- 
Sergio Cambra .:: entreCables S.L. ::.
Mariana Pineda 23, 50.018 Zaragoza
T) 902 021 404 F) 976 52 98 07 E) [email protected]

-- 
You received this message because you are subscribed to the Google Groups 
"ActiveScaffold : Ruby on Rails plugin" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/activescaffold?hl=en.

Reply via email to