Translation (template) export API.

File

drupal-6.x/includes/locale.inc, line 1755
Administration functions for locale.module.

Functions

Namesort descending Location Description
_locale_export_get_strings drupal-6.x/includes/locale.inc 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 drupal-6.x/includes/locale.inc Write a generated PO or POT file to the output.
_locale_export_po_generate drupal-6.x/includes/locale.inc Generates the PO(T) file contents for given strings.
_locale_export_remove_plural drupal-6.x/includes/locale.inc Removes plural index information from a string
_locale_export_string drupal-6.x/includes/locale.inc Print out a string on multiple lines
_locale_export_wrap drupal-6.x/includes/locale.inc Custom word wrapping for Portable Object (Template) files.