Skip to content

Commit

Permalink
Merge r27007: Factory ids have to be real ids now,
Browse files Browse the repository at this point in the history
i.e. they need to contain at least a dot or be a URI.
  • Loading branch information
philikon committed Aug 11, 2004
1 parent 117f2cf commit 444fca0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions configure.zcml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<content
class=".translationdomain.TranslationDomain">
<factory
id="TranslationService"
id="zope.app.TranslationService"
/>
<implements
interface="zope.app.utility.interfaces.ILocalUtility"
Expand Down Expand Up @@ -60,8 +60,9 @@
</content>

<factory
component="zope.app.i18n.messagecatalog.MessageCatalog"
id="Message Catalog"/>
component="zope.app.i18n.messagecatalog.MessageCatalog"
id="zope.app.MessageCatalog"
/>


<!-- Setup Export and Import Filters -->
Expand Down

0 comments on commit 444fca0

Please sign in to comment.