Exports messages as special Gettext format that is suitable for off-line translation with tools that support Gettext. More...
Public Member Functions | |
plainOutput () | |
Indicates whether the task itself will hand the full output page, including headers. | |
output () | |
Outputs the results. | |
Protected Attributes | |
$id = 'export-as-po' |
Exports messages as special Gettext format that is suitable for off-line translation with tools that support Gettext.
These files can later be imported back to the wiki.
Definition at line 355 of file TranslateTasks.php.
ExportAsPoMessagesTask::output | ( | ) |
Outputs the results.
Reimplemented from ExportMessagesTask.
Definition at line 362 of file TranslateTasks.php.
ExportAsPoMessagesTask::plainOutput | ( | ) |
Indicates whether the task itself will hand the full output page, including headers.
If false, the resulting html should be embedded to the page of calling context.
Reimplemented from TranslateTask.
Definition at line 358 of file TranslateTasks.php.
ExportAsPoMessagesTask::$id = 'export-as-po' [protected] |
Reimplemented from ExportMessagesTask.
Definition at line 356 of file TranslateTasks.php.
Referenced by output().