Bug 118275 - AppStream locale components for LibreOffice
Summary: AppStream locale components for LibreOffice
Status: RESOLVED MOVED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: LibreOffice (show other bugs)
Version:
(earliest affected)
unspecified
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords: needsDevAdvice
Depends on:
Blocks: KDE, KF5
  Show dependency treegraph
 
Reported: 2018-06-20 16:30 UTC by Aleix Pol Gonzalez
Modified: 2018-11-08 16:45 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Aleix Pol Gonzalez 2018-06-20 16:30:13 UTC
We need to have LibreOffice provide appdata files for each locale.
https://bugs.kde.org/show_bug.cgi?id=393878
https://github.com/ximion/appstream/issues/191

At the moment it's not possible for software centers to install libreoffice with the right locale because most distribution split the translations in separate packages and we don't have the means to offer it.

I'll be happy to help contribute this metadata if someone tells me where it should live.
Comment 1 Aleix Pol Gonzalez 2018-06-20 16:57:00 UTC
TL;DR

We need a file like this for every locale:

<?xml version="1.0" encoding="UTF-8"?>

<component type="localization">
​  <id>org.libreoffice.l10n.de</id>
​  <name>LibreOffice German Language</name>
​  <summary>German localization for the LibreOffice</summary>
​
​  <extends>libreoffice-base.desktop</extends>
​  <extends>libreoffice-calc.desktop</extends>
​  <extends>libreoffice-impress.desktop</extends>
​  <extends>libreoffice-writer.desktop</extends>
​  <extends>org.libreoffice.kde</extends>
​  <extends>libreoffice-draw.desktop</extends>
​  <extends>libreoffice-math.desktop</extends>
​  <extends>libreoffice-startcenter.desktop</extends>
​
​  <metadata_license>MIT</metadata_license>
​
​  <developer_name>LibreOffice L10N team</developer_name>
​
​  <languages>
​    <lang>de_DE</lang>
​  </languages>
</component>
Comment 2 Xisco Faulí 2018-07-13 10:29:06 UTC
Hello,
Since this is not a software issue in LibreOffice, would you mind sending an
email to the dev list instead? ->
https://wiki.documentfoundation.org/Development/Mailing_List
Closing as RESOLVED MOVED