[Zope-Checkins] CVS: Zope2 - skin_locale_txt.str:1.1.2.2
Martijn Pieters
mj@digicool.com
Wed, 16 Aug 2000 09:37:32 -0400
Update of /cvs-repository/Zope2/lib/python/SkinnableAndLocalizable/locales/en-us
In directory korak.digicool.com:/tmp/cvs-serv10898/SkinnableAndLocalizable/locales/en-us
Modified Files:
Tag: mj-skinnable_and_localizable_objects-branch
skin_locale_txt.str
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