bug-gettext
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-gettext] [bug #52159] msgfmt don't correctly build description fiel


From: Asterix
Subject: [bug-gettext] [bug #52159] msgfmt don't correctly build description field in appdata.xml files
Date: Tue, 3 Oct 2017 10:53:57 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

URL:
  <http://savannah.gnu.org/bugs/?52159>

                 Summary: msgfmt don't correctly build description field in
appdata.xml files
                 Project: GNU gettext
            Submitted by: asterix86
            Submitted on: Tue 03 Oct 2017 02:53:55 PM UTC
                Category: XML
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

For an initial description field like that:

  <description>
    <p>paragraph1
    </p>
    <p>paragraph2
    </p>
  </description>

The result file generated by msgfmt is like that:

  <description>
    <p>paragraph1
    </p>
    <p xml:lang="fr">para1</p>
    <p>paragraph2
    </p>
    <p xml:lang="fr">para2</p>
  </description>

But as described here:
https://www.freedesktop.org/software/appstream/docs/chap-CollectionData.html#tag-ct-description
description should be translated "as a whole".




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?52159>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]