Target langcode and source can be different

Created on 19 February 2025, about 2 months ago

Problem/Motivation

Currently, some URLs have the category of broken links, because the calculations of the language as reference are taking the source language instead of trying to calculate the language from the target URL.

Code:
\Drupal\entity_mesh\EntityRender::setTargetFromHref

    if ($target->getLinkType() == 'internal' && $this->ifProcessInternalTarget()) {
      $this->processInternalHref($target, $source->getSourceEntityLangcode() ?? '');

\Drupal\entity_mesh\EntityRender::processInternalHref

    $prefix = $this->prefixes[$langcode] ?? $langcode;
    $alias = str_replace('/' . $prefix, '', $target->getPath() ?? '');

Steps to reproduce

Example:
Source: /es/hello-world, target: /en/hello-world

Proposed resolution

Try to extract the language from the target instead get it from the source.

🐛 Bug report
Status

Active

Version

1.0

Component

Code

Created by

🇪🇸Spain eduardo morales alberti Spain, 🇪🇺

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024