- 🇬🇧United Kingdom mohithasmukh
Hi there,
try to apply this patch to see if it works - https://www.drupal.org/files/issues/2023-01-07/2529182-148.patch →
I am using the [term:parent:name]/[term:name] as a pathauto URL term pattern for a dual language drupal 9 website. Although [term:name] returns the translated term names, [term:parent:name] does not. So I get
/en/cars
/en/cars/red
/fr/voitures
but
/fr/cars/rouge instead of /fr/voitures/rouge
Am I missing something in my setup? I can see that this issue was fixed long ago #2712091: Taxonomy parents not translated →
Active
1.9
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Hi there,
try to apply this patch to see if it works - https://www.drupal.org/files/issues/2023-01-07/2529182-148.patch →