diff --git a/core/modules/block_content/tests/modules/block_content_test/block_content_test.info.yml b/core/modules/block_content/tests/modules/block_content_test/block_content_test.info.yml index 7449b4c..16e4bc7 100644 --- a/core/modules/block_content/tests/modules/block_content_test/block_content_test.info.yml +++ b/core/modules/block_content/tests/modules/block_content_test/block_content_test.info.yml @@ -5,4 +5,4 @@ package: Testing version: VERSION core: 8.x dependencies: - - block_content \ No newline at end of file + - block_content diff --git a/core/profiles/testing/config/install/locale.settings.yml b/core/profiles/testing/config/install/locale.settings.yml new file mode 100644 index 0000000..f1842a0 --- /dev/null +++ b/core/profiles/testing/config/install/locale.settings.yml @@ -0,0 +1,12 @@ +cache_strings: true +javascript: + directory: languages +translation: + use_source: remote_and_local + default_filename: '%project-%version.%language.po' + default_server_pattern: 'http://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: false