You are here

constant POTX_API_5 in Translation template extractor 5.2

Same name and namespace in other branches
  1. 8 potx.inc \POTX_API_5
  2. 5 potx.inc \POTX_API_5
  3. 6.3 potx.inc \POTX_API_5
  4. 6 potx.inc \POTX_API_5
  5. 6.2 potx.inc \POTX_API_5
  6. 7.3 potx.inc \POTX_API_5
  7. 7 potx.inc \POTX_API_5
  8. 7.2 potx.inc \POTX_API_5

Parse source files in Drupal 5.x format.

9 uses of POTX_API_5
potx-cli.php in ./potx-cli.php
potx_select_form_submit in ./potx.module
Generate translation template or translation file for the requested module.
_potx_add_date_strings in ./potx.inc
Add date strings, which cannot be extracted otherwise. This is called for locale.module.
_potx_explore_dir in ./potx.inc
Collect a list of file names relevant for extraction, starting from the given path.
_potx_find_format_plural_calls in ./potx.inc
Detect all occurances of format_plural calls.

... See full list

File

./potx.inc, line 79
Extraction API used by the web and command line interface.

Code

define('POTX_API_5', 5);