You are here

12 uses of LOCALE_NOT_CUSTOMIZED in Drupal 10

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.
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.
PoDatabaseReader::loadStrings in core/modules/locale/src/PoDatabaseReader.php
Builds and executes a database query based on options set earlier.
PoDatabaseWriter::setOptions in core/modules/locale/src/PoDatabaseWriter.php
Set the options for the current writer.
TranslateFormBase::translateFilters in core/modules/locale/src/Form/TranslateFormBase.php
Lists locale translation filters that can be applied.
TranslationString::setCustomized in core/modules/locale/src/TranslationString.php
Sets the string as customized / not customized.
_locale_translation_default_update_options in core/modules/locale/locale.translation.inc
Returns default import options for translation update.