Part of lp.translations.interfaces.translationcommonformat View In Hierarchy
Bool | is_fuzzy | Undocumented |
Datetime | template_creation_date | Undocumented |
Datetime | translation_revision_date | Undocumented |
TextLine | language_team | Undocumented |
Bool | has_plural_forms | Undocumented |
Int | number_plural_forms | Undocumented |
TextLine | plural_form_expression | Undocumented |
TextLine | charset | Undocumented |
Datetime | launchpad_export_date | Undocumented |
Text | comment | Undocumented |
Method | getRawContent | Return header raw content in its native file format. |
Method | updateFromTemplateHeader | Update header with some content from the given template header. |
Method | getLastTranslator | Return a tuple of name and email for last translator. |
Method | setLastTranslator | Set last translator information. |
The fields copied depend on the file format.
Parameters | template_header | An ITranslationHeaderData for an
IPOTemplate . |