Part of lp.translations.utilities.gettext_po_exporter View In Hierarchy
Known subclasses: lp.translations.utilities.gettext_po_exporter.GettextPOChangedExporter, lp.translations.utilities.gettext_po_exporter.GettextPOExporter
To get a working implementation, derived classes must assign values to format and supported_source_formats and must implement _makeExportedHeader.
Method | exportTranslationMessageData | See ITranslationFormatExporter . |
Method | exportTranslationFile | See ITranslationFormatExporter . |
Method | _makeExportedHeader | Transform the header information into a format suitable for export. |
Method | _encode_file_content | Try to encode the file using the charset given in the header. |
Returns | Unicode string containing the header. |