Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

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.

... See full list

File

core/modules/locale/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: remote_and_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

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal