Drupal is a registered trademark of Dries Buytaert
drupal 11.3.8 Update released for Drupal core (11.3.8)! drupal 11.3.7 Update released for Drupal core (11.3.7)! drupal 11.2.11 Update released for Drupal core (11.2.11)! drupal 10.6.7 Update released for Drupal core (10.6.7)! drupal 10.5.9 Update released for Drupal core (10.5.9)! cms 2.1.1 Update released for Drupal core (2.1.1)! drupal 11.3.6 Update released for Drupal core (11.3.6)! drupal 10.6.6 Update released for Drupal core (10.6.6)! cms 2.1.0 Update released for Drupal core (2.1.0)! linkit 7.0.14 Minor update available for module linkit (7.0.14). masquerade 8.x-2.2 Minor update available for module masquerade (8.x-2.2). video_embed_field 3.1.0 Minor update available for module video_embed_field (3.1.0). bootstrap 8.x-3.40 Minor update available for theme bootstrap (8.x-3.40). menu_link_attributes 8.x-1.7 Minor update available for module menu_link_attributes (8.x-1.7). rebuild_cache_access 8.x-1.14 Minor update available for module rebuild_cache_access (8.x-1.14). webform 6.3.0-beta9 New beta version released for module webform (6.3.0-beta9). tagify 1.2.51 Minor update available for module tagify (1.2.51). symfony_mailer 2.0.0 Major update available for module symfony_mailer (2.0.0). editoria11y 3.0.1 Minor update available for module editoria11y (3.0.1). geofield_map 11.1.9 Minor update available for module geofield_map (11.1.9).

Configure per-language fallback chains for interface string translations. When a t() string has no translation in the current language, this module lets you control which language is tried next — instead of always falling back to the site's default language.

Features

- Per-language fallback configuration: For each language on your site, define a list of fallback languages for interface string translations.
- Prioritized fallback chain: Configure multiple fallback priorities. The module tries each language in order until a translation is found.
- Admin UI integration: Settings are added directly to the existing language edit form.
- Complements Entity Language Fallback: While the https://www.drupal.org/project/entity_language_fallback module handles content/entity translation fallback, this module covers the other half: interface string translations.

Post-Installation

1. Go to Administration → Configuration → Regional and language → Languages.
2. Click Edit on the language you want to configure.
3. Find the "String translation fallback language" fieldset on the edit form.
4. Select your preferred fallback languages in priority order (Priority 1 is tried first, Priority 2 second, etc.).
5. Save the language configuration.

The module works immediately — no additional setup, content types, or text format changes are needed. When Drupal looks up an interface string translation and doesn't find one in the current language, it will now try your configured fallback languages in order.

Additional Requirements

This module requires two Drupal core modules:

- Language (`drupal:language`) — provides the multilingual framework and language configuration entities.
- Locale (`drupal:locale`) — provides the interface translation system that this module extends.

No external libraries or APIs are required.

- https://www.drupal.org/project/entity_language_fallback provides the same per-language fallback concept but for entity/content translations. Using both modules together gives you full control over fallback behavior for both content and interface strings.

Activity

Total releases
1
First release
Mar 2026
Latest release
1 month ago
Release cadence
Stability
0% stable

Releases

Version Type Release date
1.0.0-alpha1 Pre-release Mar 20, 2026