constant L10N_UPDATE_NOT_CUSTOMIZED in Localization update 7.2
Flag for locally not customized interface translation.
Such translations are imported from .po files downloaded from localize.drupal.org for example.
12 uses of L10N_UPDATE_NOT_CUSTOMIZED
- Gettext::fileToDatabase in includes/
locale/ Gettext.php - Reads the given PO files into the database.
- L10nUpdateTestBase::setCurrentTranslations in tests/
L10nUpdateTestBase.test - Setup existing translations in the database and their status.
- l10n_update_batch_build in ./
l10n_update.bulk.inc - Build a locale batch from an array of files.
- l10n_update_batch_import in ./
l10n_update.bulk.inc - Perform interface translation import as a batch step.
- l10n_update_batch_import_files in ./
l10n_update.bulk.inc - Prepare a batch to import all translations.
File
- ./
l10n_update.module, line 85 - Download translations from remote localization server.
Code
define('L10N_UPDATE_NOT_CUSTOMIZED', 0);