<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - AppStream locale components for LibreOffice"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=118275#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - AppStream locale components for LibreOffice"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=118275">bug 118275</a>
              from <span class="vcard"><a class="email" href="mailto:aleixpol@kde.org" title="Aleix Pol Gonzalez <aleixpol@kde.org>"> <span class="fn">Aleix Pol Gonzalez</span></a>
</span></b>
        <pre>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></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>