Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Provide tools for translation and display of text in multiple languages and support for regionalization/localization for dates, numbers, currency, measurement, or other local contexts.
This module provides an administration screen that allows administrators to massively clone translations of entities from one language to another. Supports core translation, entity translation, interface translations, i81n_string, translatable variables, aliases, redirects, metatags, etc
Module for creating translatable render arrays which are translated at the time of rendering. This makes it easier to write unit tests using simpletest because the use of the t() function makes it necessary to use the web tests due to call to the database layer. The translatable render arrays is a workaround to delay the call to the database layer and instead juggle a data structure.