locale.settings.yml
core/modules/locale/config/install/locale.settings.yml
6 string references to 'locale.settings'
- 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.
- locale_cron_fill_queue in core/
modules/ locale/ locale.translation.inc - Populate a queue with project to check for translation updates.
- locale_uninstall in core/
modules/ locale/ locale.install - Implements hook_uninstall().
- _locale_rebuild_js in core/
modules/ locale/ locale.module - (Re-)Creates the JavaScript translation file for a language.
File
-
core/
modules/ locale/ config/ install/ locale.settings.yml
View source
- cache_strings: true
- translate_english: false
- javascript:
- directory: languages
- translation:
- use_source: remote_and_local
- default_filename: '%project-%version.%language.po'
- default_server_pattern: 'https://ftp.drupal.org/files/translations/%core/%project/%project-%version.%language.po'
- overwrite_customized: false
- overwrite_not_customized: true
- update_interval_days: 0
- path: ''
- import_enabled: true