constant L10N_UPDATE_REMOTE in Localization update 7.2
Translation source is a remote file.
10 uses of L10N_UPDATE_REMOTE
- drush_l10n_update_status in ./
l10n_update.drush.inc - Callback for command l10n-update-status.
- L10nUpdateTest::testUpdateCheckStatus in tests/
L10nUpdateTest.test - Checks if local or remote translation sources are detected.
- l10n_update_batch_fetch_download in ./
l10n_update.batch.inc - Batch operation: Download a remote translation file.
- l10n_update_batch_fetch_import in ./
l10n_update.batch.inc - Batch process: Import translation file.
- l10n_update_batch_status_check in ./
l10n_update.batch.inc - Batch operation callback: Check status of a remote and local po file.
File
- ./
l10n_update.module, line 58 - Download translations from remote localization server.
Code
define('L10N_UPDATE_REMOTE', 'remote');