Package CMFPlone :: Module i18nl10n
[show private | hide private]
[frames | no frames]

Module CMFPlone.i18nl10n

Collection of i18n and l10n utility methods. All methods here may return unicode type.
Variable Summary
tuple datetime_formatvariables = ('H', 'I', 'm', 'd', 'M', 'p'...
DummyTranslationService dummy_service = <Products.PageTemplates.GlobalTranslatio...
bool HAS_FIVE_TS = False
tuple name_formatvariables = ('a', 'A', 'b', 'B')
str NAME_RE = '[a-zA-Z][a-zA-Z0-9_]*'
SRE_Pattern _interp_regex = (?!\$)(\$(?:[a-zA-Z][a-zA-Z0-9_]*|\{[a-z...

Variable Details

datetime_formatvariables

Type:
tuple
Value:
('H', 'I', 'm', 'd', 'M', 'p', 'S', 'Y', 'y', 'Z')                     

dummy_service

Type:
DummyTranslationService
Value:
<Products.PageTemplates.GlobalTranslationService.DummyTranslationServi\
ce instance at 0xb560f5ac>                                             

HAS_FIVE_TS

Type:
bool
Value:
False                                                                  

name_formatvariables

Type:
tuple
Value:
('a', 'A', 'b', 'B')                                                   

NAME_RE

Type:
str
Value:
'[a-zA-Z][a-zA-Z0-9_]*'                                                

_interp_regex

Type:
SRE_Pattern
Value:
(?!\$)(\$(?:[a-zA-Z][a-zA-Z0-9_]*|\{[a-zA-Z][a-zA-Z0-9_]*\}))          

Generated by Epydoc 2.1 on Wed Nov 30 03:58:06 2005 http://epydoc.sf.net