Skip to main content
Drupal is a registered trademark of Dries Buytaert
Release: OpenID Connect / OAuth client 3.0.0-alpha9 New alpha version released for module openid_connect (3.0.0-alpha9). Usage Milestone: Google Analytics Module google_analytics crossed 1,000 active installs. Release: Timelinr 1.0.1 Minor update available for module timelinr (1.0.1). Release: GraphQL Compose Codegen 1.1.2 Minor update available for module graphql_compose_codegen (1.1.2). Release: Mapy.com 1.1.3 Minor update available for module mapycom (1.1.3). Release: Ckeditor5 entity browser 3.0.3 Minor update available for module ckeditor5_entity_browser (3.0.3). Release: Ckeditor5 entity browser 3.0.1 Minor update available for module ckeditor5_entity_browser (3.0.1). Release: Ckeditor5 entity browser 3.0.2 Minor update available for module ckeditor5_entity_browser (3.0.2). Release: Teamleader Integration 4.0.2 Minor update available for module teamleader (4.0.2). Module Revived: Entityqueue Buttons 1.1.2 Module entityqueue_buttons updated after 8 months of inactivity (1.1.2).

This module allows you to translate external links by treating them as content within Drupal. It provides a way for editors to create and manage translated external links, which can then be used in menus, link fields, and other site components, ensuring a consistent navigation experience for users across different languages.

This module builds on Drupal's multilingual capabilities by providing a straightforward means for translating external links. It uses a custom entity that enables content editors to define external link translations within the admin UI. To apply translations, editors just need to copy the canonical link generated by the entity and paste it into menus, link fields, or any site component that accepts internal links. The module then transforms these paths into the appropriate external links, helping support a consistent navigation structure for users in different languages.

Additional Info & Use Cases

Drupal's translation system works by creating content in a source language and then translating it into other languages. This setup allows users to link to translated content by using an internal link in the source language, and Drupal automatically updates the link for each translation.
Because of this model, many of Drupal's core functions, such as menu links, are designed for internal paths and don't support translating URIs directly.

This module's approach is to treat external links as content. By doing so, translating external links becomes as straightforward as translating other types of content in Drupal and opens up various practical use cases:

  1. Translating External Menu Links: Supports both traditional and decoupled menu setups.
  2. Reusing External Link Translations: Enables the reuse of translated external links across different pages and components, such as linking to a multilingual support minisite multiple times. You can translate it once and reuse it.
  3. Integrating with Twig Templates: Offers the ability to create translatable external links in Twig templates using the url function. Example: url('entity.external_link_translation.canonical', { 'external_link_translation': 1 })
  4. Leveraging Linkit Integration: Supports use as a Linkit matcher, simplifying content editing with a selection of pre-translated external links.

Post-Installation

  1. Make the External link translation entity translatable by going to Administration > Configuration > Content language and translation.
  2. Users with the Administer external link translations permission can begin creating and managing external link translations under Administration > Content > External Link Translations.

Similar projects

Depends on

Dependencies of the latest stable release

No dependencies recorded for this project.

Required by

Tracked projects that depend on this one

No tracked projects depend on this one yet.

Activity

Tracked releases
1
Tracked since
Feb 2026
Latest release
6 months ago
Releases (12 mo)
1 ▲ from 0
Maintenance
Slowing

Releases

Version Type Core Release date
1.0.0-alpha4 Pre-release 10–11 Feb 9, 2026