Package zope :: Package i18n :: Package locales
[show private | hide private]
[frames | no frames]

Package zope.i18n.locales

Locale and LocaleProvider Implementation.

$Id: __init__.py,v 1.2 2005/06/24 16:52:33 nyergler Exp $
Submodules

Classes
Locale Implementation of the ILocale interface.
LocaleCalendar Represents locale data for a calendar, like 'gregorian'.
LocaleCurrency Simple implementation of ILocaleCurrency without inheritance support, since it is not needed for a single currency.
LocaleDates Simple ILocaleDates implementation that can inherit data from other locales.
LocaleDisplayNames Locale display names with inheritable data.
LocaleFormat Specifies one of the format of a specific format length.
LocaleFormatLength Specifies one of the format lengths of a specific quantity, like numbers, dates, times and datetimes.
LocaleIdentity Represents a unique identification of the locale
LocaleNumbers Implementation of ILocaleCurrency including inheritance support.
LocaleOrientation Implementation of ILocaleOrientation
LocaleTimeZone Specifies one of the timezones of a specific locale.
LocaleVersion Represents a particular version of a locale

Variable Summary
int AD = 2                                                                     
int APRIL = 4                                                                     
int AUGUST = 8                                                                     
int BC = 1                                                                     
dict dayMapping = {'wed': 3, 'sun': 7, 'fri': 5, 'tue': 2, 'm...
int DECEMBER = 12                                                                    
int FEBRUARY = 2                                                                     
int FRIDAY = 5                                                                     
int JANUARY = 1                                                                     
int JULY = 7                                                                     
int JUNE = 6                                                                     
str LOCALEDIR = '/home/nathan/Projects/publisher/zope/i18n/l...
LocaleProvider locales = <zope.i18n.locales.provider.LocaleProvider obj...
int MARCH = 3                                                                     
int MAY = 5                                                                     
int MONDAY = 1                                                                     
int NOVEMBER = 11                                                                    
int OCTOBER = 10                                                                    
int SATURDAY = 6                                                                     
int SEPTEMBER = 9                                                                     
int SUNDAY = 7                                                                     
int THURSDAY = 4                                                                     
int TUESDAY = 2                                                                     
int WEDNESDAY = 3                                                                     

Variable Details

AD

Type:
int
Value:
2                                                                     

APRIL

Type:
int
Value:
4                                                                     

AUGUST

Type:
int
Value:
8                                                                     

BC

Type:
int
Value:
1                                                                     

dayMapping

Type:
dict
Value:
{'wed': 3, 'sun': 7, 'fri': 5, 'tue': 2, 'mon': 1, 'thu': 4, 'sat': 6} 

DECEMBER

Type:
int
Value:
12                                                                    

FEBRUARY

Type:
int
Value:
2                                                                     

FRIDAY

Type:
int
Value:
5                                                                     

JANUARY

Type:
int
Value:
1                                                                     

JULY

Type:
int
Value:
7                                                                     

JUNE

Type:
int
Value:
6                                                                     

LOCALEDIR

Type:
str
Value:
'/home/nathan/Projects/publisher/zope/i18n/locales/data'               

locales

Type:
LocaleProvider
Value:
<zope.i18n.locales.provider.LocaleProvider object at 0xb5ecd6cc>       

MARCH

Type:
int
Value:
3                                                                     

MAY

Type:
int
Value:
5                                                                     

MONDAY

Type:
int
Value:
1                                                                     

NOVEMBER

Type:
int
Value:
11                                                                    

OCTOBER

Type:
int
Value:
10                                                                    

SATURDAY

Type:
int
Value:
6                                                                     

SEPTEMBER

Type:
int
Value:
9                                                                     

SUNDAY

Type:
int
Value:
7                                                                     

THURSDAY

Type:
int
Value:
4                                                                     

TUESDAY

Type:
int
Value:
2                                                                     

WEDNESDAY

Type:
int
Value:
3                                                                     

Generated by Epydoc 2.1 on Fri Jun 24 12:01:26 2005 http://epydoc.sf.net