[Checkins] SVN: zope.i18n/trunk/ Add `configure.zcml` that registers standard negotiator utility and includes ``zope.i18n.locales`` configuration. This was previously done by ``zope.app.i18n``.

Dan Korostelev nadako at gmail.com
Tue Mar 17 13:13:40 EDT 2009


Log message for revision 98205:
  Add `configure.zcml` that registers standard negotiator utility and includes ``zope.i18n.locales`` configuration. This was previously done by ``zope.app.i18n``.
  

Changed:
  U   zope.i18n/trunk/CHANGES.txt
  A   zope.i18n/trunk/src/zope/i18n/configure.zcml

-=-
Modified: zope.i18n/trunk/CHANGES.txt
===================================================================
--- zope.i18n/trunk/CHANGES.txt	2009-03-17 17:10:27 UTC (rev 98204)
+++ zope.i18n/trunk/CHANGES.txt	2009-03-17 17:13:40 UTC (rev 98205)
@@ -9,7 +9,11 @@
   and day names and different month/day name widths. More CLDR updates
   are expected, see the "nadako-cldr" branch of zope.i18n.
 
+- Add `configure.zcml` that registers standard negotiator utility and includes
+  ``zope.i18n.locales`` configuration. This was previously done by
+  ``zope.app.i18n``.
 
+
 3.6.0 (2008-10-26)
 ------------------
 

Added: zope.i18n/trunk/src/zope/i18n/configure.zcml
===================================================================
--- zope.i18n/trunk/src/zope/i18n/configure.zcml	                        (rev 0)
+++ zope.i18n/trunk/src/zope/i18n/configure.zcml	2009-03-17 17:13:40 UTC (rev 98205)
@@ -0,0 +1,10 @@
+<configure xmlns="http://namespaces.zope.org/zope">
+
+  <utility
+      provides="zope.i18n.interfaces.INegotiator"
+      component="zope.i18n.negotiator.negotiator"
+      />
+
+  <include package=".locales" />
+
+</configure>


Property changes on: zope.i18n/trunk/src/zope/i18n/configure.zcml
___________________________________________________________________
Added: svn:eol-style
   + native



More information about the Checkins mailing list