Danek Duvall-san wrote (10/29/08 03:11 AM): > I don't understand why we need to call bindtextdomain() at all, but that > functionality should be subsumed by the GNUTranslations object. Calling > textdomain() shouldn't be necessary for the same reason. And gettext() > doesn't seem to provide any benefit.
As I explained, gettext.textdomain(None) is needed in several situations and also bindtextdomain(foo, None). The default gettext.install doesn't seems to provide this. So I think using textdomain is better. fujiwara _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
