locale.settings.yml

Same filename in this branch
  1. 8.9.x core/profiles/testing/config/optional/locale.settings.yml
  2. 8.9.x core/modules/locale/config/install/locale.settings.yml
Same filename and directory 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. 10 core/profiles/testing_multilingual/config/install/locale.settings.yml
  6. 10 core/profiles/testing/config/optional/locale.settings.yml
  7. 10 core/profiles/nightwatch_testing/config/optional/locale.settings.yml
  8. 10 core/modules/locale/config/install/locale.settings.yml
  9. 11.x core/profiles/testing_multilingual/config/install/locale.settings.yml
  10. 11.x core/profiles/testing/config/optional/locale.settings.yml
  11. 11.x core/profiles/nightwatch_testing/config/optional/locale.settings.yml
  12. 11.x core/modules/locale/config/install/locale.settings.yml
  13. 11.x core/tests/fixtures/config_install/testing_config_install/locale.settings.yml
  14. 11.x core/tests/fixtures/config_install/multilingual/locale.settings.yml
core/profiles/nightwatch_testing/config/optional/locale.settings.yml
18 string references to 'locale.settings'
LocaleImportFunctionalTest::testStandalonePoFile in core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php
Test 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/profiles/nightwatch_testing/config/optional/locale.settings.yml

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

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