constant L10N_UPDATE_CUSTOMIZED in Localization update 7.2
Flag for locally customized interface translation.
Such translations are edited from their imported originals on the user interface or are imported as customized.
4 uses of L10N_UPDATE_CUSTOMIZED
- L10nUpdateTestBase::setCurrentTranslations in tests/
L10nUpdateTestBase.test - Setup existing translations in the database and their status.
- l10n_update_import_form_submit in ./
l10n_update.bulk.inc - Form submission handler for l10n_update_import_form().
- PoDatabaseReader::loadStrings in includes/
locale/ PoDatabaseReader.php - Builds and executes a database query based on options set earlier.
- TranslationString::setCustomized in includes/
locale/ TranslationString.php - Sets the string as customized / not customized.
File
- ./
l10n_update.module, line 102 - Download translations from remote localization server.
Code
define('L10N_UPDATE_CUSTOMIZED', 1);