constant L10N_UPDATE_USE_SOURCE_LOCAL in Localization update 7.2
Translation update mode: Use local files only.
When checking for available translation updates, only local files will be used. Any remote translation file will be ignored. Also custom modules and themes which have set a "server pattern" to use a remote translation server will be ignored.
3 uses of L10N_UPDATE_USE_SOURCE_LOCAL
- L10nUpdateTest::testUpdateCheckStatus in tests/
L10nUpdateTest.test - Checks if local or remote translation sources are detected.
- L10nUpdateTest::testUpdateImportSourceLocal in tests/
L10nUpdateTest.test - Tests translation import from local sources.
- l10n_update_admin_settings_form_validate in ./
l10n_update.admin.inc - Validation handler for translation update settings.
File
- ./
l10n_update.module, line 16 - Download translations from remote localization server.
Code
define('L10N_UPDATE_USE_SOURCE_LOCAL', 2);