Re: I18N text domains for zopeproducts
Jim Fulton <[email protected]>
| Newsgroups | gmane.comp.web.zope.internationalization |
|---|---|
| Organization | Zope Corporation |
| Message-ID | <[email protected]> |
Fred L. Drake, Jr. wrote: > In a checkin message, Stephan Richter wrote: > > Add domain to templates. > ... > > + i18n:domain="zope"> > > I think we need to think about what the "right" domain is for the > extra products in the zopeproducts directory. > > The question is one of how these components will be distributed, and > what the unit of composition will be when building a site. Will all > of these always be part of a Zope 3 distribution? If not, these > should not share the "zope" text domain. That's right except in those cases where a product is intentionally reusing a message id from the zope domain, which is what's happening here. We might want to give some more thought about how this should happen. For example, it should be an error for an add on product to use a message id that isn't defined by the domain. Jim -- Jim Fulton mailto:[email protected] Python Powered! CTO (703) 361-1714 http://www.python.org Zope Corporation http://www.zope.com http://www.zope.org