Excluding a Link but keep text translated
Add method to translate specifix link
<a href="http://weglot.com" id="my-link">this is my link</a><a href="http://weglot.com/fr/" id="my-link">c'est mon lien</a><a href="http://weglot.com/fr/" id="my-link">this is my link</a>Keeping the Link Untranslated While Translating the Text
<a href="http://weglot.com" id="my-link" wg-excluded-link>this is my link</a><a href="http://weglot.com" id="my-link" wg-excluded-link>ceci est mon lien</a>Purpose of wg-excluded-link
wg-excluded-linkLast updated