https://bugs.documentfoundation.org/show_bug.cgi?id=94488

--- Comment #2 from Lera <lera.goncha...@gmail.com> ---
The example that you asked me to be removed from the code.
1)Create a variable from the function header saying that it changes the IDs
<paragraph xml-lang="en-US" id="hd_id3144386" role="heading" level="2" l10n="U"
oldref="361">
<variable id="product_head">PRODUCT</variable>
</paragraph>
2) Now we can insert the name of the function, and translators do not need to
translate it.
<embedvar href="text/scalc/01/04060106.xhp#product_head"/>
3)But if we put in a embedvar in a link, we do not see a link, we see just the
name of the function.
<link href="text/scalc/01/04060106.xhp#Section26"><embedvar
href="text/scalc/01/04060106.xhp#product_head"/></link>
So we have to insert the link as:
<link href="text/scalc/01/04060106.xhp#Section26">PRODUCT</link>
But it increases the number of lexemes for translation.

How can I do that? My way seems logical.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to