How Weglot handles link translation and exclusions
Default behavior
<a id="my-link" href="https://weglot.com" title="Weglot website">this is my link label</a><a id="my-link" href="https://weglot.com/fr/" title="Weglot website">ceci est le label de mon lien</a>Excluding a link from translation
<a id="my-link" href="https://weglot.com/fr/" title="Weglot website">this is my link label</a>Keep the URL untranslated but still translate the label
<a id="my-link" href="https://weglot.com" title="Weglot website" wg-excluded-link>this is my link label</a>