[Zope-Checkins] CVS: Zope3/lib/python/Zope/I18n - meta.zcml:1.2
Barry Warsaw
barry@wooz.org
Tue, 18 Jun 2002 14:22:36 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/I18n
In directory cvs.zope.org:/tmp/cvs-serv3489/lib/python/Zope/I18n
Modified Files:
meta.zcml
Log Message:
Added the gts:defaultLanguages directive, and untabbified.
=== Zope3/lib/python/Zope/I18n/meta.zcml 1.1 => 1.2 ===
handler="Zope.I18n.metaConfigure.registerTranslations" />
+ <directive name="defaultLanguages"
+ attributes="languages"
+ handler="Zope.I18n.metaConfigure.defaultLanguages" />
+
</directives>
</zopeConfigure>