Skip to content

Add lang and baselang params to Row template

Samwilson requested to merge wish-title-different-lang into main

In order to add machine translation to the wish tables title column, it's necessary to add a lang="" attribute to titles that are not in the same language as the rest of the page. To do this, we can add the lang and baselang values and then in the module decide when to add lang="baselang" to the title.

Bug: T371098

Merge request reports