Metadata-Version: 2.1
Name: z3c.i18n
Version: 0.1.2
Summary: Extensions to Zope's I18n Support
Home-page: http://cheeseshop.python.org/pypi/z3c.i18n
Author: Zope Corporation and Contributors
Author-email: zope3-dev@zope.org
License: ZPL 2.1
Description: This package contains various i18n related convinience modules.
        
        
        Detailed Dcoumentation
        ======================
        
        
        ================
        Z3C I18N Package
        ================
        
        This package contains various i18n related convinience modules.
        
        Translation Domains
        -------------------
        
        The following translation domains are registered based on the
        `zope.i18n.locales` package:
        
        ``z3c.i18n.iso.languages``: Translates all available languages
        
        ``z3c.i18n.iso.territories``: Translates all available terrritories
        
        Vocabularies
        ------------
        
        Based on the translation domains mentioned above, there are two
        vocabularies registered. The terms of these vocabularies have a
        ``Message`` as title with the according translation domain.
        
        ``z3c.i18n.iso.languageVocabularyFactory``: Contains all languages defined.
        
        ``z3c.i18n.iso.territoryVocabularyFactory``: Contains all territories defined.
        
        
        
        
        
        =======
        CHANGES
        =======
        
        0.1.2 (2009-12-26)
        ------------------
        
        - Fixed documentation.
        
        - Removed not needed test depenencies on `zope.testing` and
          `zope.app.testing`.
        
        - Removed ZCML install slug.
        
        
        0.1.1 (2007-11-01)
        ------------------
        
        - Improve package meta-data.
        
        0.1.0 (2007-03-22)
        ------------------
        
        - Initial release.
        
            * Listing of all terretories.
        
            * List and translations of all languages.
        
Keywords: zope3 i18n language territory
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Programming Language :: Python
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Framework :: Zope3
Provides-Extra: test
