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_add_language_set_batch in drupal/core/modules/locale/locale.bulk.inc
Sets a batch for a newly-added language.
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.

... See full list

File

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

Code

const LOCALE_NOT_CUSTOMIZED = 0;