constant L10N_UPDATE_DEFAULT_TRANSLATION_PATH in Localization update 7.2
Default gettext file name on the translation server.
7 uses of L10N_UPDATE_DEFAULT_TRANSLATION_PATH
- l10n_update_admin_settings_form in ./
l10n_update.admin.inc - Page callback: Settings form.
- l10n_update_get_interface_translation_files in ./
l10n_update.bulk.inc - Get interface translation files present in the translations directory.
- l10n_update_install in ./
l10n_update.install - Implements hook_install().
- l10n_update_requirements in ./
l10n_update.install - Implements hook_requirements().
- l10n_update_update_7200 in ./
l10n_update.install - Migration to 7.x-2.x branch.
File
- ./
l10n_update.module, line 41 - Download translations from remote localization server.
Code
define('L10N_UPDATE_DEFAULT_TRANSLATION_PATH', 'sites/all/translations');