LOCALE_TRANSLATION_LOCAL
Translation source is a local file.
9 uses of LOCALE_TRANSLATION_LOCAL
- locale_requirements in core/
modules/ locale/ locale.install - Implements hook_requirements().
- locale_translation_batch_fetch_download in core/
modules/ locale/ locale.batch.inc - Implements callback_batch_operation().
- locale_translation_batch_fetch_import in core/
modules/ locale/ locale.batch.inc - Implements callback_batch_operation().
- locale_translation_batch_status_check in core/
modules/ locale/ locale.batch.inc - Implements callback_batch_operation().
- locale_translation_check_projects_local in core/
modules/ locale/ locale.compare.inc - Check and store the status and timestamp of local po files.
File
-
core/
modules/ locale/ locale.module, line 130
Code
const LOCALE_TRANSLATION_LOCAL = 'local';