locale.settings.yml

drupal/core/modules/locale/config/locale.settings.yml
4 string references to 'locale.settings'
LocaleCompareTest::testCompareCheckLocal in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleCompareTest.php
Checks if local or remote translation sources are detected.
LocaleCompareTest::testLocaleCompare in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleCompareTest.php
Test for translation status storage and translation status comparison.
locale_translation_default_translation_server in drupal/core/modules/locale/locale.compare.inc
Retrieve data for default server.
locale_translation_project_list in drupal/core/modules/locale/locale.compare.inc
Fetch an array of projects for translation update.

File

drupal/core/modules/locale/config/locale.settings.yml
View source
  1. translation:
  2. use_source: 'remote_and_local'
  3. check_disabled_modules: false
  4. default_filename: '%project-%version.%language.po'
  5. default_server_pattern: 'http://ftp.drupal.org/files/translations/%core/%project/%project-%version.%language.po'