Set hreflang attribute to the links

They are present in the original links in the skin, so copy them to ULS too.

Bug: T327591
Change-Id: I24566d1ff4c8c655325ec0dc601f56d73e414d5f
This commit is contained in:
Santhosh Thottingal
2023-01-23 10:25:21 +05:30
committed by jenkins-bot
parent 9fcb99a4b2
commit 6804fb06f4

View File

@@ -121,7 +121,8 @@ function launchULS( $trigger, languagesObject, forCLS ) {
$languageLink $languageLink
.prop( { .prop( {
href: element.href, href: element.href,
title: element.title title: element.title,
hreflang: element.hreflang
} ) } )
.text( element.textContent ); .text( element.textContent );