You are here

14 string references to 'locale_test.translation' in Drupal 10

LocaleConfigManagerTest::testHasTranslation in core/modules/locale/tests/src/Kernel/LocaleConfigManagerTest.php
Tests hasTranslation().
LocaleConfigSubscriberForeignTest::setUpLocale in core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberForeignTest.php
LocaleConfigSubscriberForeignTest::testDefaultConfigLanguage in core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberForeignTest.php
Tests that the language of default configuration was updated.
LocaleConfigSubscriberForeignTest::testDeleteActiveTranslation in core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberForeignTest.php
Tests deleting translations of shipped configuration.
LocaleConfigSubscriberForeignTest::testDeleteTranslation in core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberForeignTest.php
Tests deleting a translation override.
LocaleConfigSubscriberForeignTest::testEnglish in core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberForeignTest.php
Tests that adding English creates a translation override.
LocaleConfigSubscriberForeignTest::testLocaleDeleteActiveTranslation in core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberForeignTest.php
Tests deleting community translations of shipped configuration.
LocaleConfigSubscriberForeignTest::testLocaleUpdateActiveTranslation in core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberForeignTest.php
Tests updating community translations of shipped configuration.
LocaleConfigSubscriberForeignTest::testUpdateActiveTranslation in core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberForeignTest.php
Tests updating translations of shipped configuration.
LocaleConfigSubscriberTest::setUpLocale in core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberTest.php
Sets up the locale storage strings to be in line with configuration.
LocaleConfigSubscriberTest::testDeleteTranslation in core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberTest.php
Tests deleting translations of shipped configuration.
LocaleConfigSubscriberTest::testLocaleDeleteTranslation in core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberTest.php
Tests deleting community translations of shipped configuration.
LocaleConfigSubscriberTest::testLocaleUpdateTranslation in core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberTest.php
Tests updating community translations of shipped configuration.
LocaleConfigSubscriberTest::testUpdateTranslation in core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberTest.php
Tests updating translations of shipped configuration.