You are here

30 string references to locale.storage in Drupal 10

CKEditorTest::testJSTranslation in core/modules/ckeditor/tests/src/Kernel/CKEditorTest.php
Tests that CKEditor plugins participate in JS translation.
ConfigTranslationOverviewTest::setUp in core/modules/config_translation/tests/src/Functional/ConfigTranslationOverviewTest.php
ConfigTranslationUiTest::setUp in core/modules/config_translation/tests/src/Functional/ConfigTranslationUiTest.php
ConfigurableLanguageManagerTest::setUp in core/modules/language/tests/src/Functional/ConfigurableLanguageManagerTest.php
DisplayTest::addTranslation in core/modules/views_ui/tests/src/FunctionalJavascript/DisplayTest.php
Helper function for adding interface text translations.
InstallerExistingConfigSyncDirectoryMultilingualTest::testConfigSync in core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryMultilingualTest.php
Confirms that the installation installed the configuration correctly.
JSTranslationTest::test in core/modules/ckeditor5/tests/src/FunctionalJavascript/JSTranslationTest.php
Integration test to ensure that CKEditor 5 Plugins translations are loaded.
LocaleConfigSubscriberTest::setUp in core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberTest.php
LocaleConfigTranslationImportTest::testLocaleRemovalAndConfigOverrideDelete in core/modules/locale/tests/src/Functional/LocaleConfigTranslationImportTest.php
Tests removing a string from Locale deletes configuration translations.
LocaleExportTest::testExportTranslation in core/modules/locale/tests/src/Functional/LocaleExportTest.php
Tests exportation of translations.
LocaleImportFunctionalTest::testConfigPoFile in core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php
Tests .po file import with configuration translation.
LocaleJavascriptTranslationTest::testFileParsing in core/modules/locale/tests/src/Functional/LocaleJavascriptTranslationTest.php
LocaleJavascriptTranslationTest::testLocaleTranslationJsDependencies in core/modules/locale/tests/src/Functional/LocaleJavascriptTranslationTest.php
Assert translations JS is added before drupal.js, because it depends on it.
LocaleLocaleLookupTest::testFixOldPluralStyle in core/modules/locale/tests/src/Functional/LocaleLocaleLookupTest.php
Tests old plural style @count[number] fix.
LocaleStringTest::setUp in core/modules/locale/tests/src/Kernel/LocaleStringTest.php
LocaleTranslatedSchemaDefinitionTest::testTranslatedSchemaDefinition in core/modules/locale/tests/src/Functional/LocaleTranslatedSchemaDefinitionTest.php
Tests that translated field descriptions do not affect the update system.
LocaleTranslatedSchemaDefinitionTest::testTranslatedUpdate in core/modules/locale/tests/src/Functional/LocaleTranslatedSchemaDefinitionTest.php
Tests that translations do not affect the update system.
LocaleTranslationUiTest::testUICustomizedStrings in core/modules/locale/tests/src/Functional/LocaleTranslationUiTest.php
Tests that only changed strings are saved customized when edited.
LocaleUpdateBase::setCurrentTranslations in core/modules/locale/tests/src/Functional/LocaleUpdateBase.php
Setup existing translations in the database and set up the status of existing translations.
locale_configurable_language_delete in core/modules/locale/locale.module
Implements hook_ENTITY_TYPE_delete() for 'configurable_language'.
locale_form_language_admin_overview_form_alter in core/modules/locale/locale.module
Implements hook_form_FORM_ID_alter() for language_admin_overview_form().
PagerTest::testPagerConfigTranslation in core/modules/views/tests/src/Functional/Plugin/PagerTest.php
Tests translating the pager using config_translation.
PagerTest::testPagerLocale in core/modules/views/tests/src/Functional/Plugin/PagerTest.php
Tests translating the pager using locale.
PoDatabaseReader::loadStrings in core/modules/locale/src/PoDatabaseReader.php
Builds and executes a database query based on options set earlier.
PoDatabaseWriter::importString in core/modules/locale/src/PoDatabaseWriter.php
Imports one string into the database.
TranslateFormBase::create in core/modules/locale/src/Form/TranslateFormBase.php
Instantiates a new instance of this class.
ViewsUITourTest::testViewsUiTourTipsTranslated in core/modules/views_ui/tests/src/Functional/ViewsUITourTest.php
Tests views_ui tour tip availability in a different language.
_locale_parse_js_file in core/modules/locale/locale.module
Parses a JavaScript file, extracts strings wrapped in Drupal.t() and Drupal.formatPlural() and inserts them into the database.
_locale_rebuild_js in core/modules/locale/locale.module
(Re-)Creates the JavaScript translation file for a language.
_locale_refresh_translations in core/modules/locale/locale.module
Refresh related information after string translations have been updated.