[Zope-Checkins] CVS: Zope3/lib/python/Zope/I18n - i18n.zcml:1.10

Stephan Richter srichter@cbu.edu
Sun, 16 Jun 2002 14:45:11 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/I18n
In directory cvs.zope.org:/tmp/cvs-serv29411/lib/python/Zope/I18n

Modified Files:
	i18n.zcml 
Log Message:
Ooops, forgot a little change here...now Zope will start up again.


=== Zope3/lib/python/Zope/I18n/i18n.zcml 1.9 => 1.10 ===
 <!-- Setup Export and Import Filters -->
 <adapter factory=".GettextExportFilter."
-         for=".IEditableTranslationService."
+         for=".ITranslationService.IWriteTranslationService."
          provides=".IMessageExportFilter."
          />
 
 <adapter factory=".GettextImportFilter."
-         for=".IEditableTranslationService."
+         for=".ITranslationService.IWriteTranslationService."
          provides=".IMessageImportFilter."
          />