Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
locale.admin.css file core/themes/stable9/css/locale/locale.admin.css .locale-translate-filter-form .details-wrapper {
overflow: hidden;
}
.locale-translate-filter-form .form-item-langcode,
.locale-translate-filter-form .form-item-translation,
.locale-translate-filter-form .form-item-customized {
float: left; /* LTR…
locale.config_subscriber service core/modules/locale/locale.services.yml Drupal\locale\LocaleConfigSubscriber
locale.default.config.storage service core/modules/locale/locale.services.yml Drupal\locale\LocaleDefaultConfigStorage
locale.install file core/modules/locale/locale.install Install, update, and uninstall functions for the Locale module.
locale.libraries.yml file core/modules/locale/locale.libraries.yml core/modules/locale/locale.libraries.yml
locale.links.menu.yml file core/modules/locale/locale.links.menu.yml core/modules/locale/locale.links.menu.yml
locale.links.task.yml file core/modules/locale/locale.links.task.yml core/modules/locale/locale.links.task.yml
locale.locale_translation_cache_tag service core/modules/locale/locale.services.yml Drupal\locale\EventSubscriber\LocaleTranslationCacheTag
locale.pages.inc file core/modules/locale/locale.pages.inc
locale.permissions.yml file core/modules/locale/locale.permissions.yml core/modules/locale/locale.permissions.yml
locale.post_update.php file core/modules/locale/locale.post_update.php Post-update functions for Locale module.
locale.schema.yml file core/modules/locale/config/schema/locale.schema.yml core/modules/locale/config/schema/locale.schema.yml
locale.services.yml file core/modules/locale/locale.services.yml core/modules/locale/locale.services.yml
locale.settings.yml file core/modules/locale/config/install/locale.settings.yml core/modules/locale/config/install/locale.settings.yml
locale.settings.yml file core/profiles/tests/testing_multilingual/config/install/locale.settings.yml core/profiles/tests/testing_multilingual/config/install/locale.settings.yml
locale.settings.yml file core/profiles/tests/testing/config/optional/locale.settings.yml core/profiles/tests/testing/config/optional/locale.settings.yml
locale.settings.yml file core/profiles/tests/nightwatch_testing/config/optional/locale.settings.yml core/profiles/tests/nightwatch_testing/config/optional/locale.settings.yml
locale.settings.yml file core/tests/fixtures/config_install/multilingual/locale.settings.yml core/tests/fixtures/config_install/multilingual/locale.settings.yml
locale.settings.yml file core/tests/fixtures/config_install/testing_config_install/locale.settings.yml core/tests/fixtures/config_install/testing_config_install/locale.settings.yml
locale.storage service core/modules/locale/locale.services.yml Drupal\locale\StringDatabaseStorage
locale.translate_strings.html.twig file core/modules/locale/help_topics/locale.translate_strings.html.twig ---
label: 'Translating user interface text'
related:
- core.translations
- locale.import
- locale.translation_status
- language.add
---
{% set translate_text %}{% trans %}User interface translation{% endtrans %}{% endset %}
{% set…
locale.translation.inc file core/modules/locale/locale.translation.inc
locale.translation_status.html.twig file core/modules/locale/help_topics/locale.translation_status.html.twig ---
label: 'Checking interface translation status'
related:
- core.translations
- locale.import
- locale.translate_strings
---
{% set language_text %}{% trans %}Languages{% endtrans %}{% endset %}
{% set translation_updates_text %}{% trans…
LocaleBatchTest class core/modules/locale/tests/src/Kernel/LocaleBatchTest.php Tests locale batches.
LocaleBatchTest.php file core/modules/locale/tests/src/Kernel/LocaleBatchTest.php
LocaleBatchTest::$modules property core/modules/locale/tests/src/Kernel/LocaleBatchTest.php Modules to install.
LocaleBatchTest::testBuildProjects function core/modules/locale/tests/src/Kernel/LocaleBatchTest.php Checks that the import batch finishes if the translation has already been imported.
LocaleBatchTest::testEnglishTranslationSkipsDefaultPattern function core/modules/locale/tests/src/Kernel/LocaleBatchTest.php Tests English translations skip default drupal.org pattern.
LocaleBatchTest::testNonEnglishLanguagesUnaffected function core/modules/locale/tests/src/Kernel/LocaleBatchTest.php Tests non-English languages do not skip default drupal.org pattern.
LocaleBuildTest class core/modules/locale/tests/src/Kernel/LocaleBuildTest.php Tests building the translatable project information.
LocaleBuildTest.php file core/modules/locale/tests/src/Kernel/LocaleBuildTest.php
LocaleBuildTest::$modules property core/modules/locale/tests/src/Kernel/LocaleBuildTest.php Modules to install.
LocaleBuildTest::testBuildProjects function core/modules/locale/tests/src/Kernel/LocaleBuildTest.php Checks if a list of translatable projects gets built.
LocaleBulkDeprecationTest class core/modules/locale/tests/src/Unit/LocaleBulkDeprecationTest.php Tests locale.bulk.inc.
LocaleBulkDeprecationTest.php file core/modules/locale/tests/src/Unit/LocaleBulkDeprecationTest.php
LocaleBulkDeprecationTest::setUp function core/modules/locale/tests/src/Unit/LocaleBulkDeprecationTest.php
LocaleBulkDeprecationTest::testDeprecatedLocaleConfigBatchRefreshName function core/modules/locale/tests/src/Unit/LocaleBulkDeprecationTest.php Tests the deprecation of locale_config_batch_refresh_name().
LocaleBulkDeprecationTest::testDeprecatedLocaleConfigBatchSetConfigLangcodes function core/modules/locale/tests/src/Unit/LocaleBulkDeprecationTest.php Tests the deprecation of locale_config_batch_set_config_langcodes().
LocaleConfigBatch::batchFinished function core/modules/locale/src/LocaleConfigBatch.php Implements callback_batch_finished().
LocaleConfigBatch::batchUpdateConfigTranslations function core/modules/locale/src/LocaleConfigBatch.php Implements callback_batch_operation().
LocaleConfigBatch::batchUpdateDefaultConfigLangcodes function core/modules/locale/src/LocaleConfigBatch.php Implements callback_batch_operation().
LocaleConfigBatch::__construct function core/modules/locale/src/LocaleConfigBatch.php
LocaleConfigManager::$configStorage property core/modules/locale/src/LocaleConfigManager.php The storage instance for reading configuration data.
LocaleConfigManager::$defaultConfigStorage property core/modules/locale/src/LocaleConfigManager.php The locale default config storage instance.
LocaleConfigManager::$isUpdatingFromLocale property core/modules/locale/src/LocaleConfigManager.php Whether or not configuration translations are being updated from locale.
LocaleConfigManager::$localeStorage property core/modules/locale/src/LocaleConfigManager.php The string storage for reading and writing translations.
LocaleConfigManager::$translations property core/modules/locale/src/LocaleConfigManager.php Array with preloaded string translations.
LocaleConfigManager::deleteLanguageTranslations function core/modules/locale/src/LocaleConfigManager.php Deletes configuration for language.
LocaleConfigManager::deleteTranslationOverride function core/modules/locale/src/LocaleConfigManager.php Deletes translated configuration data.
LocaleConfigManager::getComponentNames function core/modules/locale/src/LocaleConfigManager.php Gets configuration names associated with components.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.