Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. 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.

3 uses of LOCALE_CUSTOMIZED
ImportForm::submitForm in core/modules/locale/src/Form/ImportForm.php
Form submission handler.
PoDatabaseReader::loadStrings in core/modules/locale/src/PoDatabaseReader.php
Builds and executes a database query based on options set earlier.
TranslationString::setCustomized in core/modules/locale/src/TranslationString.php
Sets the string as customized / not customized.

File

core/modules/locale/locale.module, line 71

Code

const LOCALE_CUSTOMIZED = 1;
RSS feed
Powered by Drupal