constant LOCALE_TRANSLATION_REMOTE

Translation source is a remote file.

5 uses of LOCALE_TRANSLATION_REMOTE
locale_requirements in drupal/core/modules/locale/locale.install
Implements hook_requirements().
locale_translation_batch_fetch_download in drupal/core/modules/locale/locale.batch.inc
Batch operation: Download a remote translation file.
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 117
Enables the translation of the user interface to languages other than English.

Code

const LOCALE_TRANSLATION_REMOTE = 'remote';