Translation (template) export API.
Функции
Имя | Описание |
---|---|
_locale_export_get_strings 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 includes/locale.inc | Write a generated PO or POT file to the output. |
_locale_export_po_generate includes/locale.inc | Generates the PO(T) file contents for given strings. |
_locale_export_remove_plural includes/locale.inc | Removes plural index information from a string |
_locale_export_string includes/locale.inc | Print out a string on multiple lines |
_locale_export_wrap includes/locale.inc | Custom word wrapping for Portable Object (Template) files. |