constant LOCALE_TRANSLATION_DOWNLOADED

Translation source is a downloaded file.

2 uses of LOCALE_TRANSLATION_DOWNLOADED
locale_translation_batch_fetch_import in drupal/core/modules/locale/locale.batch.inc
Batch process: Import translation file.
locale_translation_download_source in drupal/core/modules/locale/locale.batch.inc
Downloads source file from a remote server.

File

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

Code

const LOCALE_TRANSLATION_DOWNLOADED = 'download';