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

Breadcrumb

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

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.

... See full list

File

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

Code

const LOCALE_NOT_CUSTOMIZED = 0;
RSS feed
Powered by Drupal