[web2py] Re: Translated sets

2010-08-16 Thread Fabio Alessandro Locati
Thanks :):) 2010/8/16, mdipierro : > They get updated only when executed. > > On 15 Ago, 17:21, Jonathan Lundell wrote: >> On Aug 15, 2010, at 6:48 AM, mdipierro wrote: >> >> > IS_IN_SET(set,[T(x) for x in set]) >> >> How do the language files get updated for something dynamic like this? >> >> >>

[web2py] Re: Translated sets

2010-08-15 Thread mdipierro
They get updated only when executed. On 15 Ago, 17:21, Jonathan Lundell wrote: > On Aug 15, 2010, at 6:48 AM, mdipierro wrote: > > > IS_IN_SET(set,[T(x) for x in set]) > > How do the language files get updated for something dynamic like this? > > > > > > > On Aug 15, 7:54 am, Fabio Alessandro Loc

Re: [web2py] Re: Translated sets

2010-08-15 Thread Jonathan Lundell
On Aug 15, 2010, at 6:48 AM, mdipierro wrote: > IS_IN_SET(set,[T(x) for x in set]) How do the language files get updated for something dynamic like this? > > On Aug 15, 7:54 am, Fabio Alessandro Locati wrote: >> Hi, >> I've created a set in 'modules/sets.py'. I use this set for a db field >> (

[web2py] Re: Translated sets

2010-08-15 Thread mdipierro
IS_IN_SET(set,[T(x) for x in set]) On Aug 15, 7:54 am, Fabio Alessandro Locati wrote: > Hi, > I've created a set in 'modules/sets.py'. I use this set for a db field > (I use db.table.field.require = IS_IN_SET(set)). Is possible to > internazionalize it? If yes, how? > > Ps: another question about