So hi...
I've noticed this when doing zh_CN l10n work on AppStream. And the small flaw can be found here:
https://github.com/ximion/appstream/blob/master/po/appstream.pot#L61
As it says:
#, c-format msgid "Can not copy '%s': File does not have a 'metainfo.xml' or '.appdata.xml' extension." msgstr ""
Notice that of metainfo.xml and .appdata.xml, one has a dot at the front while the other doesn't.
metainfo.xml
.appdata.xml
The text was updated successfully, but these errors were encountered:
So hi...
I've noticed this when doing zh_CN l10n work on AppStream. And the small flaw can be found here:
https://github.com/ximion/appstream/blob/master/po/appstream.pot#L61
As it says:
Notice that of
metainfo.xmland.appdata.xml, one has a dot at the front while the other doesn't.The text was updated successfully, but these errors were encountered: