[Zope-Checkins] CVS: Zope2 - AbstractClasses.py:1.1.2.4 Locale.py:1.1.2.4 LocalizableStringBundle.py:1.1.2.6 Skin.py:1.1.2.5 SkinnableObject.py:1.1.2.10 SkinsAndLocales.py:1.1.2.9

Martijn Pieters mj@digicool.com
Wed, 16 Aug 2000 09:37:32 -0400


Update of /cvs-repository/Zope2/lib/python/SkinnableAndLocalizable
In directory korak.digicool.com:/tmp/cvs-serv10898/SkinnableAndLocalizable

Modified Files:
      Tag: mj-skinnable_and_localizable_objects-branch
	AbstractClasses.py Locale.py LocalizableStringBundle.py 
	Skin.py SkinnableObject.py SkinsAndLocales.py 
Log Message:
- Better and optimized type check handling

- Made Skin and Locale tabs translatable

- Extended LocalizableStringBundleComposite to support multiple locale
  texts. 
  
  This is necessary for manage_tabs labels, where you inherit tabs from base
  classes that are used throughout a Zope server. You want those tabs to be
  translated in the same language everywhere they are used. A Product
  without that language will then at least have the inherited tabs
  consistent.

- some small comment fixes