SeaDve / Delineate

View and edit graphs
GNU General Public License v3.0
34 stars 2 forks source link

Appdata related patches #12

Open yakushabb opened 3 months ago

yakushabb commented 3 months ago

appdata: Add branding colors

appdata: Update screenshot

appdata: translate=no properties

It appears that the appstream project no longer supports translatable=no properties, and gettext extract the translatable=no marked strings as translatable.

I opened an issue to inform about the situation, but translatable=no properties are not accepted by developers. You can find the issue here: https://github.com/ximion/appstream/issues/623

Please test your script or string extraction process before merging this PR.

In MetaInfo files, each individual paragraph of a description (or enumerated entry) is translated individually, however, you can only exclude the complete block from being translated by adding translate="no" to the description element.

Source: https://freedesktop.org/software/appstream/docs/sect-Quickstart-Translation.html

yakushabb commented 3 months ago

Also Fixes: https://github.com/SeaDve/Delineate/issues/9

SeaDve commented 2 months ago

Thanks, I appreciate the helps, as always! But, like the other apps, ninja -C _build kooha-pot seems to ignore it. You could create a separate PR, so I could merge the other commits.