23 uses of POTX_CONTEXT_NONE in Translation template extractor 8
- _potx_add_date_strings in ./
potx.inc - Add date strings, which cannot be extracted otherwise.
- _potx_add_default_region_names in ./
potx.inc - Add default theme region names, which cannot be extracted otherwise.
- _potx_add_format_interval_strings in ./
potx.inc - Add format_interval special strings, which cannot be extracted otherwise.
- _potx_find_constraint_messages in ./
potx.inc - Detect validation constraint messages. Drupal 8+.
- _potx_find_context in ./
potx.inc - Helper to find the value for 'context' on t() and format_plural().
- _potx_find_format_plural_calls in ./
potx.inc - Detect all occurances of format_plural calls.
- _potx_find_info_file_strings in ./
potx.inc - Parse an .info file and add relevant strings to the list.
- _potx_find_language_names in ./
potx.inc - Get languages names from Drupal's locale.inc.
- _potx_find_log_calls in ./
potx.inc - Detect all occurances of log() calls.
- _potx_find_menu_hooks in ./
potx.inc - List of menu item titles. Only from Drupal 6.
- _potx_find_perm_hook in ./
potx.inc - Detect permission names from the hook_perm() implementations.
- _potx_find_shipped_config_translatables in ./
potx.inc - Recursively check elements in shipped config with the processed schema.
- _potx_find_translation_annotations in ./
potx.inc - Detect all occurances of @Translation annotations in doc comments.
- _potx_find_twig_trans_context in ./
potx.inc - Look for a 'context' parameter in {% trans %} tags.
- _potx_find_t_calls in ./
potx.inc - Detect all occurances of t()-like calls.
- _potx_find_t_calls_with_context in ./
potx.inc - Detect all occurances of t()-like calls from Drupal 7 (with context).
- _potx_find_watchdog_calls in ./
potx.inc - Detect all occurances of watchdog() calls. Only in Drupal 6 and Drupal 7.
- _potx_find_yaml_translatables in ./
potx.inc - Recursively look for translatable strings in a YAML file.
- _potx_parse_js_file in ./
potx.inc - Parse a JavaScript file for translatables. Only from Drupal 6.
- _potx_parse_php_file in ./
potx.inc - Parse a PHP file for translatables.
- _potx_parse_twig_file in ./
potx.inc - Parse a Twig template for translatables. Drupal 8+.
- _potx_process_twig_trans_tag in ./
potx.inc - Parses a single {% trans %} tag, and extracts the translatable string.
- _potx_process_twig_t_filter in ./
potx.inc - Parses a single |t filter, and extracts the translatable string.