Translation (template) export API. in Drupal 6
File
- includes/
locale.inc, line 1755 - Administration functions for locale.module.
Functions
Name | Location | Description |
---|---|---|
_locale_export_get_strings |
includes/ |
Generates a structured array of all strings with translations in $language, if given. This array can be used to generate an export of the string in the database. |
_locale_export_po |
includes/ |
Write a generated PO or POT file to the output. |
_locale_export_po_generate |
includes/ |
Generates the PO(T) file contents for given strings. |
_locale_export_remove_plural |
includes/ |
Removes plural index information from a string |
_locale_export_string |
includes/ |
Print out a string on multiple lines |
_locale_export_wrap |
includes/ |
Custom word wrapping for Portable Object (Template) files. |