constant L10N_UPDATE_CHECK_ALL in Localization update 6
Same name and namespace in other branches
- 7 l10n_update.module \L10N_UPDATE_CHECK_ALL
Update mode: both.
3 uses of L10N_UPDATE_CHECK_ALL
- l10n_update_admin_settings_form in ./
l10n_update.admin.inc - Page callback: Settings form.
- l10n_update_available_releases in ./
l10n_update.check.inc - Fetch update information for all projects / all languages.
- l10n_update_check_translations in ./
l10n_update.check.inc - Check updates for active projects and languages.
File
- ./
l10n_update.module, line 23 - Download translations from remote localization server.
Code
define('L10N_UPDATE_CHECK_ALL', L10N_UPDATE_CHECK_REMOTE | L10N_UPDATE_CHECK_LOCAL);