locale.settings.yml

Same filename in this branch
  1. main core/profiles/tests/testing_multilingual/config/install/locale.settings.yml
  2. main core/profiles/tests/testing/config/optional/locale.settings.yml
  3. main core/profiles/tests/nightwatch_testing/config/optional/locale.settings.yml
  4. main core/modules/locale/config/install/locale.settings.yml
  5. main core/tests/fixtures/config_install/testing_config_install/locale.settings.yml
Same filename and directory in other branches
  1. 10 core/modules/locale/config/install/locale.settings.yml
  2. 11.x core/profiles/tests/testing_multilingual/config/install/locale.settings.yml
  3. 11.x core/profiles/tests/testing/config/optional/locale.settings.yml
  4. 11.x core/profiles/tests/nightwatch_testing/config/optional/locale.settings.yml
  5. 11.x core/modules/locale/config/install/locale.settings.yml
  6. 11.x core/tests/fixtures/config_install/testing_config_install/locale.settings.yml
  7. 11.x core/tests/fixtures/config_install/multilingual/locale.settings.yml
  8. 10 core/profiles/testing_multilingual/config/install/locale.settings.yml
  9. 10 core/profiles/testing/config/optional/locale.settings.yml
  10. 10 core/profiles/nightwatch_testing/config/optional/locale.settings.yml
  11. 9 core/profiles/testing_multilingual/config/install/locale.settings.yml
  12. 9 core/profiles/testing/config/optional/locale.settings.yml
  13. 9 core/profiles/nightwatch_testing/config/optional/locale.settings.yml
  14. 9 core/modules/locale/config/install/locale.settings.yml
  15. 8.9.x core/profiles/testing/config/optional/locale.settings.yml
  16. 8.9.x core/profiles/nightwatch_testing/config/optional/locale.settings.yml
  17. 8.9.x core/modules/locale/config/install/locale.settings.yml
core/tests/fixtures/config_install/multilingual/locale.settings.yml
23 string references to 'locale.settings'
ConfigSubscriber::onConfigSave in core/modules/locale/src/EventSubscriber/ConfigSubscriber.php
Causes the container to be rebuilt on the next request if necessary.
LocaleDefaultOptions::updateOptions in core/modules/locale/src/LocaleDefaultOptions.php
Returns default import options for translation update.
LocaleHooks::cron in core/modules/locale/src/Hook/LocaleHooks.php
Implements hook_cron().
LocaleImportFunctionalTest::testStandalonePoFile in core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php
Tests import of standalone .po files.
LocaleLocalTasksTest::getLocalePageRoutes in core/modules/locale/tests/src/Unit/Menu/LocaleLocalTasksTest.php
Provides a list of routes to test.

... See full list

File

core/tests/fixtures/config_install/multilingual/locale.settings.yml

View source
  1. _core:
  2. default_config_hash: Lqw8pAQIfr4sRSts2RRWG97eNG6vRT7FhqF_b5COPGk
  3. cache_strings: true
  4. translate_english: false
  5. javascript:
  6. directory: languages
  7. translation:
  8. use_source: local
  9. default_filename: '%project-%version.%language.po'
  10. default_server_pattern: 'http://ftp.drupal.org/files/translations/%core/%project/%project-%version.%language.po'
  11. overwrite_customized: false
  12. overwrite_not_customized: true
  13. update_interval_days: 0
  14. path: 'sites/default/files/translations'
  15. import_enabled: true

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