LOCALE_NOT_CUSTOMIZED
Flag for locally not customized interface translation.
Such translations are imported from .po files downloaded from localize.drupal.org for example.
9 uses of LOCALE_NOT_CUSTOMIZED
- Gettext::fileToDatabase in core/
modules/ locale/ src/ Gettext.php - Reads the given PO files into the database.
- ImportForm::submitForm in core/
modules/ locale/ src/ Form/ ImportForm.php - Form submission handler.
- locale_translate_batch_build in core/
modules/ locale/ locale.bulk.inc - Build a locale batch from an array of files.
- locale_translate_batch_import in core/
modules/ locale/ locale.bulk.inc - Implements callback_batch_operation().
- locale_translate_batch_import_files in core/
modules/ locale/ locale.bulk.inc - Prepare a batch to import all translations.
File
-
core/
modules/ locale/ locale.module, line 63
Code
const LOCALE_NOT_CUSTOMIZED = 0;