constant LOCALE_TRANSLATION_USE_SOURCE_REMOTE_AND_LOCAL

Translation update mode: Use both remote and local files.

When checking for available translation updates, both local and remote files will be checked.

1 use of LOCALE_TRANSLATION_USE_SOURCE_REMOTE_AND_LOCAL
locale_translation_check_projects in drupal/core/modules/locale/locale.compare.inc
Check for the latest release of project translations.

File

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

Code

const LOCALE_TRANSLATION_USE_SOURCE_REMOTE_AND_LOCAL = 'remote_and_local';