constant LOCALE_NOT_CUSTOMIZED

Flag for locally not customized interface translation.

Such translations are imported from .po files downloaded from localize.drupal.org for example.

10 uses of LOCALE_NOT_CUSTOMIZED
Gettext::fileToDatabase in drupal/core/modules/locale/lib/Drupal/locale/Gettext.php
Reads the given PO files into the database.
LocaleStringTest::testStringCRUDAPI in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleStringTest.php
Test CRUD API.
locale_translate_batch_build in drupal/core/modules/locale/locale.bulk.inc
Build a locale batch from an array of files.
locale_translate_batch_import in drupal/core/modules/locale/locale.bulk.inc
Perform interface translation import as a batch step.
locale_translate_batch_import_files in drupal/core/modules/locale/locale.bulk.inc
Prepare a batch to import all translations.

... See full list

File

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

Code

const LOCALE_NOT_CUSTOMIZED = 0;