Home | Trees | Indices | Help |
|
---|
|
Class that manages iCalender files for translation
iCalendar files follow the RFC2445 specification.
The iCalendar specification uses the following naming conventions:
The following are localisable in this implementation:
While other items could be localised this is not seen as important until use cases arise. In such a case simply adjusting the component.name and property.name lists to include these will allow expanded localisation.
While the iCalendar format allows items to have a language attribute this is not used. The reason being that for most of the items that we localise they are only allowed to occur zero or once. Thus 'summary' would ideally be present in multiple languages in one file, the format does not allow such multiple entries. This is unfortunate as it prevents the creation of a single multilingual iCalendar file.
As this format used vobject which supports various formats including vCard it is possible to expand this format to understand those if needed.
|
|||
icalunit An ical entry that is translatable |
|||
icalfile An ical file |
Imports: base, StringIO, re, vobject
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Oct 15 13:53:50 2009 | http://epydoc.sourceforge.net |