You are here

constant LOCALE_NOT_CUSTOMIZED in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/locale/locale.module \LOCALE_NOT_CUSTOMIZED
  2. 9 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.

12 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.
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.
locale_translate_batch_build in core/modules/locale/locale.bulk.inc
Build a locale batch from an array of files.

... See full list

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;