<html>
<head>
<base href="https://bugs.documentfoundation.org/">
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_UNCONFIRMED "
title="UNCONFIRMED - [HELPCONTENT2] Changes in <image> and <alt> tags are not sent to Pootle, thus not translated"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=126602">126602</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>[HELPCONTENT2] Changes in <image> and <alt> tags are not sent to Pootle, thus not translated
</td>
</tr>
<tr>
<th>Product</th>
<td>LibreOffice
</td>
</tr>
<tr>
<th>Version</th>
<td>6.3.0.2 rc
</td>
</tr>
<tr>
<th>Hardware</th>
<td>All
</td>
</tr>
<tr>
<th>OS</th>
<td>All
</td>
</tr>
<tr>
<th>Status</th>
<td>UNCONFIRMED
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>medium
</td>
</tr>
<tr>
<th>Component</th>
<td>Localization
</td>
</tr>
<tr>
<th>Assignee</th>
<td>libreoffice-bugs@lists.freedesktop.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>olivier.hallot@libreoffice.org
</td>
</tr></table>
<p>
<div>
<pre><images> and <alt> changes in English are not sent to Pootle for translation.
Example
The Help page
<a href="https://help.libreoffice.org/6.3/fr/text/smath/01/03090800.html">https://help.libreoffice.org/6.3/fr/text/smath/01/03090800.html</a>
does not display icons, where the English page
<a href="https://help.libreoffice.org/6.3/en-US/text/smath/01/03090800.html">https://help.libreoffice.org/6.3/en-US/text/smath/01/03090800.html</a>
does.
Furthermore, the <alt> values were also changed and are not in Pootle.
For example, a string in source code is
<paragraph role="paragraph" id="par_idN10081" xml-lang="en-US">
<image id="img_id3145418" src="media/helpimg/starmath/op21401.svg" width="1cm"
height="1cm"><alt id="alt_id3145418" xml-lang="en-US">is included in Icon</alt>
</image>
</paragraph>
The same English string in Pootle is
<image id="img_id3145418" src="media/helpimg/starmath/op21401.png"
width="8.47mm" height="8.47mm"><alt id="alt_id3145418">Icon</alt></image>
and the French translation is
<image id="img_id3145418" src="media/helpimg/starmath/op21401.png"
width="8.47mm" height="8.47mm"><alt id="alt_id3145418">IcĂ´ne</alt></image>
Note that the source string has icon now is an SVG file. The image file in
Pootle is a PNG file. The <alt> contents has changed, and should have triggered
a update in translation. Also, the paragraph is marked for translation by
default.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>