Translating Changelog? Validation Error

I am wondering if the data of the changelog can actually be translated.

When I use this description in the release, I get an error:

    <release version='1.0.1' date='2024-03-25'>
      <url type='details'>https://github.com/niccokunzmann/open_chakra_toning/releases/tag/v1.0.1</url>
      <description xml:lang='de'>
        <p>Erste Version</p>
      </description>
      <description >
        <ul>
        <li>Release initial version</li>
        </ul>
      </description>
    </release>

Error:

"appstream": [
        "E: eu.quelltext.open_chakra_toning:121: metainfo-localized-description-tag description"
    ],
    "message": "Please consult the documentation at https://docs.flathub.org/docs/for-app-authors/linter"

Is it possible to translate the changelog at the moment?

I found the answer: It seems that only the <li> and <p> tags can carry the langauge.