constant LOCALE_NOT_CUSTOMIZED in Drupal 9
Same name and namespace in other branches
- 8 core/modules/locale/locale.module \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 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.
- LocaleStringTest::testStringCrudApi in core/
modules/ locale/ tests/ src/ Kernel/ LocaleStringTest.php - Tests CRUD API.
- 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().
File
- core/
modules/ locale/ locale.module, line 74 - Enables the translation of the user interface to languages other than English.
Code
const LOCALE_NOT_CUSTOMIZED = 0;