locale_test_translate.settings.yml in Drupal 9
core/modules/locale/tests/modules/locale_test_translate/config/install/locale_test_translate.settings.yml
4 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.
File
core/modules/locale/tests/modules/locale_test_translate/config/install/locale_test_translate.settings.ymlView source
- translatable_no_default: ''
- translatable_default_with_translation: 'Locale can translate'
- translatable_default_with_no_translation: 'Locale can not translate'