locale.settings.yml

Same filename in this branch
  1. 11.x core/profiles/testing/config/optional/locale.settings.yml
  2. 11.x core/profiles/nightwatch_testing/config/optional/locale.settings.yml
  3. 11.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. 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/profiles/testing_multilingual/config/install/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/profiles/testing_multilingual/config/install/locale.settings.yml

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

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