[Libreoffice-bugs] [Bug 127511] New: Extension add language support for content
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Thu Sep 12 06:42:27 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=127511
Bug ID: 127511
Summary: Extension add language support for content
Product: LibreOffice
Version: 6.4.0.0.alpha0+ Master
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Extensions
Assignee: libreoffice-bugs at lists.freedesktop.org
Reporter: kainz.a at gmail.com
when you make an extension you can add in the description.xml file license,
display-name, extension-description for different languages.
example
<extension-description>
<src xlink:href="description/component_en.txt" lang="en" />
<src xlink:href="description/component_es.txt" lang="es" />
</extension-description>
that's fine and you have language support in the LibO extension manager.
but it's not possible to define that the content (color palette, gallery, ...)
should be selected depend on the language. The reason is that the path for the
content is stored in config.xcu file and there is no lang="" tag available.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190912/fea17c07/attachment.html>
More information about the Libreoffice-bugs
mailing list