You are here

constant LOCALE_CUSTOMIZED in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/locale/locale.module \LOCALE_CUSTOMIZED
  2. 9 core/modules/locale/locale.module \LOCALE_CUSTOMIZED

Flag for locally customized interface translation.

Such translations are edited from their imported originals on the user interface or are imported as customized.

7 uses of LOCALE_CUSTOMIZED
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.
LocaleStringTest::testStringSearchApi in core/modules/locale/tests/src/Kernel/LocaleStringTest.php
Tests Search API loading multiple objects.
LocaleUpdateBase::setCurrentTranslations in core/modules/locale/tests/src/Functional/LocaleUpdateBase.php
Setup existing translations in the database and set up the status of existing translations.
PoDatabaseReader::loadStrings in core/modules/locale/src/PoDatabaseReader.php
Builds and executes a database query based on options set earlier.

... See full list

File

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

Code

const LOCALE_CUSTOMIZED = 1;