i have a viewlet where this method resides:
def title(self):
from zope.i18nmessageid import MessageFactory
_ = MessageFactory('my_domain')
return _(self.__name__)
the pagetemplates for the viewlet renders the title like
<p tal:content="view/title" />
the templates renders without errors, but if i use i18nextract to get the
message catalog, my title(s) never get cataloged.
what am i missing?
thanks
Dominique
_______________________________________________
Zope3-users mailing list
[email protected]
http://mail.zope.org/mailman/listinfo/zope3-users