LOCALE_NOT_CUSTOMIZED
Same name in other branches
- 9 core/modules/locale/locale.module \LOCALE_NOT_CUSTOMIZED
- 10 core/modules/locale/locale.module \LOCALE_NOT_CUSTOMIZED
- 11.x 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 - Test 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
Code
const LOCALE_NOT_CUSTOMIZED = 0;
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.