Jorge Godoy wrote: > Hi! > > > I want to open a discussion about using "_" as a synonimous to "lazy_gettext" > everywhere on TG. My main points are: > > - What drawbacks are there on using lazy_gettext everywhere? Are > there any performance implications? > > - If there are strong drawbacks, how about making "_" to use > lazy_gettext automatically when in widget context? > > The reasoning is unifying the interface and standardizing on "_" everywhere we > need I18N an L10N. >
+1 I never used i18n, anyway I'm in favor of this if it's doable since it will ensure that you are always doing the right thing and you just need to use "_" without wondering if it will work or not. The best thing will probably be an automatized way of determining if "_" should be mapped to gettext or lazy_gettext, I really have no idea if it's possible or not. Ciao Michele

