LOCALE_TRANSLATION_LOCAL

Same name and namespace in other branches
  1. 10 core/modules/locale/locale.module \LOCALE_TRANSLATION_LOCAL
  2. 11.x core/modules/locale/locale.module \LOCALE_TRANSLATION_LOCAL
  3. 9 core/modules/locale/locale.module \LOCALE_TRANSLATION_LOCAL
  4. 8.9.x core/modules/locale/locale.module \LOCALE_TRANSLATION_LOCAL

Translation source is a local file.

10 uses of LOCALE_TRANSLATION_LOCAL
LocaleFetch::batchDownload in core/modules/locale/src/LocaleFetch.php
Implements callback_batch_operation().
LocaleFetch::batchImport in core/modules/locale/src/LocaleFetch.php
Implements callback_batch_operation().
LocaleFetch::batchStatusCheck in core/modules/locale/src/LocaleFetch.php
Implements callback_batch_operation().
LocaleFileManager::downloadTranslationSource in core/modules/locale/src/File/LocaleFileManager.php
Downloads a translation file from a remote server.
LocaleProjectChecker::checkLocalProjects in core/modules/locale/src/LocaleProjectChecker.php
Check and store the status and timestamp of local po files.

... See full list

File

core/modules/locale/locale.module, line 130

Code

const LOCALE_TRANSLATION_LOCAL = 'local';

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.