Home | Trees | Indices | Help |
|
---|
|
es Locale constants
This class will be used to initialize Constants if PyICU is not located.
Defined as class variables are the lists and strings needed by parsedatetime to evaluate strings in Spanish
Note that I don't speak Spanish so many of the items below are still in English
|
|||
|
localeID = 'es'
|
||
|
dateSep = [u'/']
|
||
|
timeSep = [u':']
|
||
|
meridian = []
|
||
|
usesMeridian = False
|
||
|
uses24 = True
|
||
|
Weekdays = [u'lunes', u'martes', u'mi\xe9rcoles', u'jueves', u'...
|
||
|
shortWeekdays = [u'lun', u'mar', u'mi\xe9', u'jue', u'vie', u's\xe1b...
|
||
|
Months = [u'enero', u'febrero', u'marzo', u'abril', u'mayo', ...
|
||
|
shortMonths = [u'ene', u'feb', u'mar', u'abr', u'may', u'jun', u'j...
|
||
|
dateFormats = {'medium': 'dd-MMM-yy', 'full': "EEEE d' de 'MMMM' d...
|
||
|
timeFormats = {'medium': 'HH:mm:ss', 'full': "HH'H'mm' 'ss z", 'lo...
|
||
|
dp_order = [u'd', u'm', u'y']
|
||
|
units = {'seconds': ['second', 'sec'], 'months': ['month', '...
|
||
|
re_consts = {'timeseperator': [u':'], 'rangeseperator': '-', 'da...
|
||
|
modifiers = {'ago': 1, 'eo': 0, 'from': 1, 'in a': 2, 'this': 0,...
|
||
|
dayoffsets = {'tomorrow': 1, 'today': 0, 'yesterday': -1}
|
||
|
re_sources = {'evening': {'hr': 18, 'mn': 0, 'sec': 0}, 'eod': {'...
|
|
localeIDNone
|
dateSepNone
|
timeSepNone
|
meridianNone
|
usesMeridianNone
|
uses24None
|
WeekdaysNone
|
shortWeekdaysNone
|
MonthsNone
|
shortMonthsNone
|
dateFormatsNone
|
timeFormatsNone
|
dp_orderNone
|
unitsNone
|
re_constsNone
|
modifiersNone
|
dayoffsetsNone
|
re_sourcesNone
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0alpha3 on Wed Feb 14 03:25:05 2007 | http://epydoc.sourceforge.net |