Metadata-Version: 1.0
Name: z3locales
Version: 0.2
Summary: Display localized dates in Zope 2 using Zope 3 components.
Home-page: http://infrae.com/download/z3locales
Author: Guido Wesdorp
Author-email: info@infrae.com
License: ZPL 2.1
Description: The code is distributed under terms of the Zope Public License version 2.1.
        See also LICENSE.txt.
        
        z3locales
        =========
        
        Z3locales is a library which translates dates in Zope 2 to the current
        user language using Zope 3 technology.
        
        Those functions are available in ``localdatetime``:
        
        ``getFormattedNow``
        Return the current date formatted and translated in the current user language.
        
        ``getFormattedDate``
        Take a date (should be a tuple ``(year, month, day[, hour[,
        minute[, second]]])``), format it and translate it in the current
        user language.
        
        ``getMonthNames``
        Return a list of month names translated in the current user language.
        
        ``getMonthAbbreviations``
        Return a list of month abbreviations (usually the first three
        letters) translated in the current user language.
        
        
        
        Changes
        =======
        
        0.2 (25/09/2008)
        ----------------
        
        * First release as an egg.
        * Use zope.i18n as a dependencies, not having a local copy of it.
        
        
Keywords: internationalization zope2 zope3 i18n
Platform: UNKNOWN
Classifier: Framework :: Zope2
Classifier: Framework :: Zope3
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Topic :: Software Development :: Internationalization
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
