36 string references to 'locale'

AssetCollectionTest::testGetLastModifiedWithValues in drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Asset/AssetCollectionTest.php
AssetWriterTest::getCombinationTests in drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/AssetWriterTest.php
AssetWriterTest::testAssetWithInputVars in drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/AssetWriterTest.php
AssetWriterTest::testWriteAssetWithVars in drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/AssetWriterTest.php
EntityAccessTest::testEntityTranslationAccess in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityAccessTest.php
Ensures entity access for entity translations is properly working.
install_import_translations in drupal/core/includes/install.core.inc
Imports languages via a batch process during installation.
install_import_translations_remaining in drupal/core/includes/install.core.inc
Finishes importing files at end of installation.
install_profile_info in drupal/core/includes/install.inc
Retrieves information about an installation profile from its .info file.
LocaleCompareTest::setUp in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleCompareTest.php
Setup the test environment.
LocaleCompareTest::testLocaleCompare in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleCompareTest.php
Test for translation status storage and translation status comparison.
LocaleExportTest::setUp in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleExportTest.php
Sets up a Drupal site for running functional and integration tests.
LocaleFileImportStatus::setUp in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleFileImportStatus.php
Sets up a Drupal site for running functional and integration tests.
LocaleImportFunctionalTest::setUp in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleImportFunctionalTest.php
Sets up a Drupal site for running functional and integration tests.
LocaleJavascriptTranslation::testFileParsing in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleJavascriptTranslation.php
LocalePluralFormatTest::testGetPluralFormat in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocalePluralFormatTest.php
Tests locale_get_plural() and format_plural() functionality.
LocaleUninstallTest::testUninstallProcess in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleUninstallTest.php
Check if the values of the Locale variables are correct after uninstall.
locale_form_language_admin_add_form_alter_submit in drupal/core/modules/locale/locale.module
Form submission handler for language_admin_add_form().
locale_language_delete in drupal/core/modules/locale/locale.module
Implements hook_language_delete().
locale_library_info_alter in drupal/core/modules/locale/locale.module
Implement hook_library_info_alter().
locale_reset in drupal/core/modules/locale/locale.module
Reset static variables used by locale().
locale_system_update in drupal/core/modules/locale/locale.module
Imports translations when new modules or themes are installed.
locale_translate_batch_build in drupal/core/modules/locale/locale.bulk.inc
Build a locale batch from an array of files.
locale_translate_batch_finished in drupal/core/modules/locale/locale.bulk.inc
Finished callback of system page locale import batch.
locale_translate_edit_form in drupal/core/modules/locale/locale.pages.inc
Form constructor for the string editing form.
locale_translate_edit_form_validate in drupal/core/modules/locale/locale.pages.inc
Form validation handler for locale_translate_edit_form().
locale_translate_filter_form in drupal/core/modules/locale/locale.pages.inc
Return form for locale translation filters.
locale_translation_batch_status_build in drupal/core/modules/locale/locale.batch.inc
Build a batch to get the status of remote and local translation files.
locale_translation_batch_status_compare in drupal/core/modules/locale/locale.batch.inc
Batch operation callback: Compare states and store the result.
locale_translation_batch_status_fetch_local in drupal/core/modules/locale/locale.batch.inc
Batch operation callback: Check the availability of local po files.
locale_translation_check_projects in drupal/core/modules/locale/locale.compare.inc
Check for the latest release of project translations.
locale_translation_check_projects_batch in drupal/core/modules/locale/locale.compare.inc
Gets and stores the status and timestamp of remote po files.
locale_translation_manual_status in drupal/core/modules/locale/locale.pages.inc
Page callback: Checks for translation updates and displays the translations status.
PoDatabaseWriter::importString in drupal/core/modules/locale/lib/Drupal/locale/PoDatabaseWriter.php
Imports one string into the database.
st in drupal/core/includes/install.inc
Translates a string when some systems are not available.
t in drupal/core/includes/bootstrap.inc
Translates a string to the current language or to a given language.
_locale_rebuild_js in drupal/core/modules/locale/locale.module
(Re-)Creates the JavaScript translation file for a language.