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

Jim Fulton jim@zope.com
Tue, 12 Feb 2002 19:50:22 -0500


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

Added Files:
      Tag: Zope-3x-branch
	i18n.zcml 
Log Message:
decomposed zope configuration into separate package configs

=== Added File Zope3/lib/python/Zope/I18n/i18n.zcml ===
<zopeConfigure
   xmlns='http://namespaces.zope.org/zope'
   xmlns:security='http://namespaces.zope.org/security'
   xmlns:zmi='http://namespaces.zope.org/zmi'
   xmlns:browser='http://namespaces.zope.org/browser'
>

  <serviceType name="LanguageNegotiation" 
               interface="Zope.I18n.INegotiator." />
  <service name="LanguageNegotiation" 
           component="Zope.I18n.Negotiator.negotiator" />

<!-- Language negotiation adapter 
<adapter factory="Zope.Publisher.Browser.BrowserLanguages."
         for="Zope.Publisher.Browser.IHTTPRequest."
         provides="Zope.I18n.IUserPreferedLanguages"
         />
-->

</zopeConfigure>