constant LOCALE_CUSTOMIZED

Flag for locally customized interface translation.

Such translations are edited from their imported originals on the user interface or are imported as customized.

5 uses of LOCALE_CUSTOMIZED
LocaleStringTest::testStringCRUDAPI in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleStringTest.php
Test CRUD API.
LocaleStringTest::testStringSearchAPI in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleStringTest.php
Test Search API loading multiple objects.
locale_translate_import_form_submit in drupal/core/modules/locale/locale.bulk.inc
Form submission handler for locale_translate_import_form().
PoDatabaseReader::loadStrings in drupal/core/modules/locale/lib/Drupal/locale/PoDatabaseReader.php
Builds and executes a database query based on options set earlier.
TranslationString::setCustomized in drupal/core/modules/locale/lib/Drupal/locale/TranslationString.php
Sets the string as customized / not customized.

File

drupal/core/modules/locale/locale.module, line 69
Enables the translation of the user interface to languages other than English.

Code

const LOCALE_CUSTOMIZED = 1;