constant LOCALE_TRANSLATION_LOCAL in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/locale/locale.module \LOCALE_TRANSLATION_LOCAL
Translation source is a local file.
10 uses of LOCALE_TRANSLATION_LOCAL
- LocaleUpdateTest::testUpdateCheckStatus in core/
modules/ locale/ src/ Tests/ LocaleUpdateTest.php - Checks if local or remote translation sources are detected.
- 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().
File
- core/
modules/ locale/ locale.module, line 134 - Enables the translation of the user interface to languages other than English.
Code
const LOCALE_TRANSLATION_LOCAL = 'local';