Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
56173a5
Things like this need to be fixed in the code - I did that with the comment above. Thanks for noticing this and reporting the issue!
Sorry, something went wrong.
No branches or pull requests
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: