constant LOCALE_TRANSLATION_LOCAL

Translation source is a local file.

5 uses of LOCALE_TRANSLATION_LOCAL
LocaleUpdateTest::testUpdateCheckStatus in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleUpdateTest.php
Checks if local or remote translation sources are detected.
locale_requirements in drupal/core/modules/locale/locale.install
Implements hook_requirements().
locale_translation_batch_fetch_import in drupal/core/modules/locale/locale.batch.inc
Batch process: Import translation file.
locale_translation_source_build in drupal/core/modules/locale/locale.translation.inc
Builds abstract translation source.
locale_translation_status_form in drupal/core/modules/locale/locale.pages.inc
Page callback: Display the current translation status.

File

drupal/core/modules/locale/locale.module, line 122
Enables the translation of the user interface to languages other than English.

Code

const LOCALE_TRANSLATION_LOCAL = 'local';