Comment 1 for bug 1417031

Revision history for this message
David Planella (dpm) wrote : Re: i18n.tag function for tagging strings for gettext extraction

Perhaps we could name it i18n.noop() to follow the gettext convention? It seems N_ is generally an alias to the gettext_noop macro [1]:

#define N_(String) gettext_noop (String)

[1] http://www.gnu.org/software/gettext/manual/gettext.html