locale_test_translate.settings.yml

Same filename and directory in other branches
  1. 9 core/modules/locale/tests/modules/locale_test_translate/config/install/locale_test_translate.settings.yml
  2. 8.9.x core/modules/locale/tests/modules/locale_test_translate/config/install/locale_test_translate.settings.yml
  3. 10 core/modules/locale/tests/modules/locale_test_translate/config/install/locale_test_translate.settings.yml
core/modules/locale/tests/modules/locale_test_translate/config/install/locale_test_translate.settings.yml
5 string references to 'locale_test_translate.settings'
LocaleConfigManagerTest::testGetDefaultConfigLangcode in core/modules/locale/tests/src/Kernel/LocaleConfigManagerTest.php
Tests getDefaultConfigLangcode().
LocaleConfigTranslationImportTest::testConfigTranslationModuleInstall in core/modules/locale/tests/src/Functional/LocaleConfigTranslationImportTest.php
Tests update changes configuration translations if enabled after language.
LocaleConfigTranslationImportTest::testLocaleRemovalAndConfigOverrideDelete in core/modules/locale/tests/src/Functional/LocaleConfigTranslationImportTest.php
Tests removing a string from Locale deletes configuration translations.
LocaleConfigTranslationImportTest::testLocaleRemovalAndConfigOverridePreserve in core/modules/locale/tests/src/Functional/LocaleConfigTranslationImportTest.php
Tests removing a string from Locale changes configuration translations.
LocaleDefaultConfigStorageTest::testGetComponentNames in core/modules/locale/tests/src/Kernel/LocaleDefaultConfigStorageTest.php

File

core/modules/locale/tests/modules/locale_test_translate/config/install/locale_test_translate.settings.yml

View source
  1. langcode: en
  2. translatable_no_default: ''
  3. translatable_default_with_translation: 'Locale can translate'
  4. translatable_default_with_no_translation: 'Locale can not translate'

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.