Search for translate

  1. Search 7.x for translate
  2. Search 9.5.x for translate
  3. Search 8.9.x for translate
  4. Search 10.3.x for translate
  5. Other projects
Title Object type File name Summary
EntityReferenceFieldTranslatedReferenceViewTest::createReferencedEntityWithTranslation function core/modules/field/tests/src/Functional/EntityReference/EntityReferenceFieldTranslatedReferenceViewTest.php Create a referenced entity with a translation.
EntityReferenceFieldTranslatedReferenceViewTest::createReferrerEntity function core/modules/field/tests/src/Functional/EntityReference/EntityReferenceFieldTranslatedReferenceViewTest.php Create the referrer entity.
EntityReferenceFieldTranslatedReferenceViewTest::enableTranslation function core/modules/field/tests/src/Functional/EntityReference/EntityReferenceFieldTranslatedReferenceViewTest.php Enables translations where it needed.
EntityReferenceFieldTranslatedReferenceViewTest::setUp function core/modules/field/tests/src/Functional/EntityReference/EntityReferenceFieldTranslatedReferenceViewTest.php
EntityReferenceFieldTranslatedReferenceViewTest::setUpContentTypes function core/modules/field/tests/src/Functional/EntityReference/EntityReferenceFieldTranslatedReferenceViewTest.php Create content types.
EntityReferenceFieldTranslatedReferenceViewTest::setUpEntityReferenceField function core/modules/field/tests/src/Functional/EntityReference/EntityReferenceFieldTranslatedReferenceViewTest.php Adds term reference field for the article content type.
EntityReferenceFieldTranslatedReferenceViewTest::setUpLanguages function core/modules/field/tests/src/Functional/EntityReference/EntityReferenceFieldTranslatedReferenceViewTest.php Adds additional languages.
EntityReferenceFieldTranslatedReferenceViewTest::testEntityReferenceDisplay function core/modules/field/tests/src/Functional/EntityReference/EntityReferenceFieldTranslatedReferenceViewTest.php Tests if the entity is displayed in an entity reference field.
EntityRevisionsTest::testTranslatedLoadedRevisionId function core/tests/Drupal/KernelTests/Core/Entity/EntityRevisionsTest.php Tests the loaded revision ID for translatable entities.
EntityRevisionTranslationTest::testIsAnyStoredRevisionTranslated function core/tests/Drupal/KernelTests/Core/Entity/EntityRevisionTranslationTest.php Tests that revision translations are correctly detected.
external_translated_test_node.yml file core/modules/migrate/tests/modules/migrate_external_translated_test/migrations/external_translated_test_node.yml core/modules/migrate/tests/modules/migrate_external_translated_test/migrations/external_translated_test_node.yml
external_translated_test_node_translation.yml file core/modules/migrate/tests/modules/migrate_external_translated_test/migrations/external_translated_test_node_translation.yml core/modules/migrate/tests/modules/migrate_external_translated_test/migrations/external_translated_test_node_translation.yml
FileOnTranslatedEntityTest class core/modules/file/tests/src/Functional/FileOnTranslatedEntityTest.php Uploads files to translated nodes.
FileOnTranslatedEntityTest.php file core/modules/file/tests/src/Functional/FileOnTranslatedEntityTest.php
FileOnTranslatedEntityTest::$defaultTheme property core/modules/file/tests/src/Functional/FileOnTranslatedEntityTest.php The theme to install as the default for testing.
FileOnTranslatedEntityTest::$fieldName property core/modules/file/tests/src/Functional/FileOnTranslatedEntityTest.php The name of the file field used in the test.
FileOnTranslatedEntityTest::$modules property core/modules/file/tests/src/Functional/FileOnTranslatedEntityTest.php Modules to enable.
FileOnTranslatedEntityTest::setUp function core/modules/file/tests/src/Functional/FileOnTranslatedEntityTest.php
FileOnTranslatedEntityTest::testFileUsage function core/modules/file/tests/src/Functional/FileOnTranslatedEntityTest.php Tests if file field tracks file usages correctly on translated nodes.
FileOnTranslatedEntityTest::testSyncedFiles function core/modules/file/tests/src/Functional/FileOnTranslatedEntityTest.php Tests synced file fields on translated nodes.
FilterPluginBase::exposedTranslate function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Make some translations to a form item to make it more suitable to exposing.
HelpTopicTranslatedTestBase class core/modules/help/tests/src/Functional/HelpTopicTranslatedTestBase.php Provides a base class for functional help topic tests that use translation.
HelpTopicTranslatedTestBase.php file core/modules/help/tests/src/Functional/HelpTopicTranslatedTestBase.php
HelpTopicTranslatedTestBase::$modules property core/modules/help/tests/src/Functional/HelpTopicTranslatedTestBase.php Modules to enable.
HelpTopicTranslatedTestBase::installParameters function core/modules/help/tests/src/Functional/HelpTopicTranslatedTestBase.php Returns the parameters that will be used when the test installs Drupal.
HelpTopicTranslatedTestBase::setUp function core/modules/help/tests/src/Functional/HelpTopicTranslatedTestBase.php
ImageOnTranslatedEntityTest class core/modules/image/tests/src/Functional/ImageOnTranslatedEntityTest.php Uploads images to translated nodes.
ImageOnTranslatedEntityTest.php file core/modules/image/tests/src/Functional/ImageOnTranslatedEntityTest.php
ImageOnTranslatedEntityTest::$defaultTheme property core/modules/image/tests/src/Functional/ImageOnTranslatedEntityTest.php The theme to install as the default for testing.
ImageOnTranslatedEntityTest::$fieldName property core/modules/image/tests/src/Functional/ImageOnTranslatedEntityTest.php The name of the image field used in the test.
ImageOnTranslatedEntityTest::$modules property core/modules/image/tests/src/Functional/ImageOnTranslatedEntityTest.php Modules to enable.
ImageOnTranslatedEntityTest::setUp function core/modules/image/tests/src/Functional/ImageOnTranslatedEntityTest.php
ImageOnTranslatedEntityTest::testSyncedImages function core/modules/image/tests/src/Functional/ImageOnTranslatedEntityTest.php Tests synced file fields on translated nodes.
InstallerTranslationMultipleLanguageNonInteractiveTest::verifyImportedStringsTranslated function core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationMultipleLanguageNonInteractiveTest.php Helper function to verify that the expected strings are translated.
InstallerTranslationMultipleLanguageTest::verifyImportedStringsTranslated function core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationMultipleLanguageTest.php Helper function to verify that the expected strings are translated.
locale.translate_strings.html.twig file core/modules/locale/help_topics/locale.translate_strings.html.twig ---
label: 'Translating user interface text'
related:
- core.translations
- locale.import
- locale.translation_status
- language.add
---
{% set translate_text %}{% trans %}User interface translation{% endtrans %}{% endset %}
{% set…
LocaleConfigManager::translateString function core/modules/locale/src/LocaleConfigManager.php Translates string using the localization system.
LocaleController::translatePage function core/modules/locale/src/Controller/LocaleController.php Shows the string search screen.
LocaleExportTest::getUntranslatedString function core/modules/locale/tests/src/Functional/LocaleExportTest.php Returns a .po file fragment with an untranslated string.
LocaleTranslatedSchemaDefinitionTest class core/modules/locale/tests/src/Functional/LocaleTranslatedSchemaDefinitionTest.php Adds and configures languages to check field schema definition.
LocaleTranslatedSchemaDefinitionTest.php file core/modules/locale/tests/src/Functional/LocaleTranslatedSchemaDefinitionTest.php
LocaleTranslatedSchemaDefinitionTest::$defaultTheme property core/modules/locale/tests/src/Functional/LocaleTranslatedSchemaDefinitionTest.php The theme to install as the default for testing.
LocaleTranslatedSchemaDefinitionTest::$modules property core/modules/locale/tests/src/Functional/LocaleTranslatedSchemaDefinitionTest.php Modules to enable.
LocaleTranslatedSchemaDefinitionTest::setUp function core/modules/locale/tests/src/Functional/LocaleTranslatedSchemaDefinitionTest.php
LocaleTranslatedSchemaDefinitionTest::testTranslatedSchemaDefinition function core/modules/locale/tests/src/Functional/LocaleTranslatedSchemaDefinitionTest.php Tests that translated field descriptions do not affect the update system.
LocaleTranslatedSchemaDefinitionTest::testTranslatedUpdate function core/modules/locale/tests/src/Functional/LocaleTranslatedSchemaDefinitionTest.php Tests that translations do not affect the update system.
LocaleTranslateStringTourTest class core/modules/tour/tests/src/Functional/Locale/LocaleTranslateStringTourTest.php Tests the Translate Interface tour.
LocaleTranslateStringTourTest.php file core/modules/tour/tests/src/Functional/Locale/LocaleTranslateStringTourTest.php
LocaleTranslateStringTourTest::$adminUser property core/modules/tour/tests/src/Functional/Locale/LocaleTranslateStringTourTest.php An admin user with administrative permissions to translate.
LocaleTranslateStringTourTest::$defaultTheme property core/modules/tour/tests/src/Functional/Locale/LocaleTranslateStringTourTest.php The theme to install as the default for testing.

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