Replies: 0
Links get translated despite having data-no-translation
I want to have a link from a page in the secondary language to a page in the primary language.
So i tried (English is the secondary language):
<p data-no-translation>
Main language
Secondary language
</p>
however both get translated to /en/thepage/ if i’m on a page in the secondary language
Is there a right way to do it or a workaround?