Add localization for <li> tag

This matainfo.xml is passed localy (appstreamcli validate com.yutovo.yutovo.metainfo.xml), but got errors when building on flathub:

  <description>
    <p>Yutovo is an application for solving various mathematical problems. Yutovo has a visual &quot;paper&quot; view for calculations. It uses a generally accepted mathematical syntax to display formulas. Yutovo is designed to solve everyday and engineering problems and can be used by different people and for different jobs.</p>
    <p xml:lang="ru">Yutovo — это приложение для решения различных математических задач. Оно предоставляет визуальное представление расчётов в &quot;бумажном&quot; общепринятом виде. Программа использует привычную математическую нотацию для отображения формул. Yutovo подходит как для повседневных, так и для инженерных задач и может использоваться самыми разными людьми.</p>
    <p xml:lang="es">Yutovo es una aplicación para resolver diversos problemas matemáticos. Tiene una representación visual de los cálculos en un formato &quot;en papel&quot; generalmente aceptado. Utiliza una sintaxis matemática estándar para mostrar las fórmulas. Yutovo está diseñado para resolver problemas cotidianos e ingenieriles, y puede ser utilizado por diferentes personas.</p>
    <ul>
      <li>Graphical representation of mathematical formulas</li>
      <li xml:lang="ru">Графическое отображение математических формул</li>
      <li xml:lang="es">Representación gráfica de fórmulas matemáticas</li>

      <li>Math WYSIWYG editor</li>
      <li xml:lang="ru">Математический редактор WYSIWYG</li>
      <li xml:lang="es">Editor matemático WYSIWYG</li>

      <li>Numbers and calculation results can have (almost) any number of digits and accuracy</li>
      <li xml:lang="ru">Числа и результаты вычислений могут иметь (почти) любое количество знаков и точность</li>
      <li xml:lang="es">Los números y resultados pueden tener (casi) cualquier cantidad de dígitos y precisión</li>
    </ul>
  </description>

Why? And how can I add translations to list items?

Error: Appstream: 'E: com.yutovo.yutovo:67: metainfo-localized-description-tag description'
Error: Appstream: 'E: com.yutovo.yutovo:47: metainfo-localized-description-tag description'

Sorry, it works. Flathub build bot took the file from another place.

This topic was automatically closed after 12 hours. New replies are no longer allowed.