You are here

locale_settings.yml in Drupal 9

core/modules/locale/migrations/locale_settings.yml

File

core/modules/locale/migrations/locale_settings.yml
View source
  1. id: locale_settings
  2. label: Locale configuration
  3. migration_tags:
  4. - Drupal 6
  5. - Drupal 7
  6. - Configuration
  7. source:
  8. plugin: variable
  9. variables:
  10. - locale_cache_strings
  11. - locale_js_directory
  12. source_module: locale
  13. process:
  14. cache_strings: locale_cache_strings
  15. 'javascript/directory': locale_js_directory
  16. destination:
  17. plugin: config
  18. config_name: locale.settings