constant L10N_UPDATE_USE_SOURCE_REMOTE_AND_LOCAL in Localization update 7.2
Translation update mode: Use both remote and local files.
When checking for available translation updates, both local and remote files will be checked.
6 uses of L10N_UPDATE_USE_SOURCE_REMOTE_AND_LOCAL
- L10nUpdateTest::testUpdateCheckStatus in tests/
L10nUpdateTest.test - Checks if local or remote translation sources are detected.
- L10nUpdateTest::testUpdateImportModeNonCustomized in tests/
L10nUpdateTest.test - Tests translation import and only overwrite non-customized translations.
- L10nUpdateTest::testUpdateImportModeNone in tests/
L10nUpdateTest.test - Tests translation import and don't overwrite any translation.
- L10nUpdateTest::testUpdateImportSourceRemote in tests/
L10nUpdateTest.test - Tests translation import from remote sources.
- l10n_update_admin_settings_form in ./
l10n_update.admin.inc - Page callback: Settings form.
File
- ./
l10n_update.module, line 24 - Download translations from remote localization server.
Code
define('L10N_UPDATE_USE_SOURCE_REMOTE_AND_LOCAL', 3);