Jonathan LaCour <[EMAIL PROTECTED]> writes: > On Jan 31, 2006, at 1:12 PM, Jorge Godoy wrote: >> I want to open a discussion about using "_" as a synonimous to >> "lazy_gettext" > > -1 > > I think you will find that a lot of people find this objectionable, including > myself. This is the type of thing that isn't very difficult for you to do on > your own by putting a single line at the top of your modules whenever you > need to do I18N.
The proposal is to create one and only one interface to the right I18N function. The need for lazy_gettext is a particularity here and since it is more common to have "_" than "lazy_gettext", this is the preferred interface, IMHO. If you are using I18N in your project, it will benefit you as well. If you aren't, you won't even notice the change. What are your objections with that change? -- Jorge Godoy <[EMAIL PROTECTED]>

