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.
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>
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