locale.settings.yml

Same filename in this branch
  1. 11.x core/profiles/testing_multilingual/config/install/locale.settings.yml
  2. 11.x core/profiles/testing/config/optional/locale.settings.yml
  3. 11.x core/profiles/nightwatch_testing/config/optional/locale.settings.yml
  4. 11.x core/modules/locale/config/install/locale.settings.yml
  5. 11.x core/tests/fixtures/config_install/testing_config_install/locale.settings.yml
Same filename in other branches
  1. 9 core/profiles/testing_multilingual/config/install/locale.settings.yml
  2. 9 core/profiles/testing/config/optional/locale.settings.yml
  3. 9 core/profiles/nightwatch_testing/config/optional/locale.settings.yml
  4. 9 core/modules/locale/config/install/locale.settings.yml
  5. 8.9.x core/profiles/testing/config/optional/locale.settings.yml
  6. 8.9.x core/profiles/nightwatch_testing/config/optional/locale.settings.yml
  7. 8.9.x core/modules/locale/config/install/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. 10 core/modules/locale/config/install/locale.settings.yml
core/tests/fixtures/config_install/multilingual/locale.settings.yml
18 string references to 'locale.settings'
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.
LocaleLocalTasksTest::testLocalePageLocalTasks in core/modules/locale/tests/src/Unit/Menu/LocaleLocalTasksTest.php
Checks locale listing local tasks.
LocaleSettingsForm::buildForm in core/modules/locale/src/Form/LocaleSettingsForm.php
Form constructor.
LocaleSettingsForm::getEditableConfigNames in core/modules/locale/src/Form/LocaleSettingsForm.php
Gets the configuration names that will be editable.

... 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.