Can you translate other strings? Do other T(...) messages get translated?
On Nov 24, 8:27 am, Richard Vézina <[email protected]> wrote: > I need to translate IS_IN_DB Validator message. > > Richard > > On Tue, Nov 23, 2010 at 11:07 PM, Vinicius Assef <[email protected]>wrote: > > > Are you getting some error message? > > > On Tue, Nov 23, 2010 at 7:43 PM, Richard Vézina > > <[email protected]> wrote: > > > Hello, > > > I try this : > > > db.table1.field1.requires=\ > > > IS_IN_DB(db,'othertable.field1',orderby=('field1'),error_message=T('value > > > not available')) > > > But not working... > > > How may I translate the IS_IN_DB error message? > > > Should we have an other attribute for IS_IN_DB function? > > > Richard > >

