Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
appdata:
translate=no
propertiesIt appears that the appstream project no longer supports
translatable=no
properties, and gettext extract thetranslatable=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.
Source: https://freedesktop.org/software/appstream/docs/sect-Quickstart-Translation.html
appdata: Add developer ID
Flathub requires a developer tag and developer ID.
Source: https://docs.flathub.org/docs/for-app-authors/metainfo-guidelines/#name-summary-and-developer-name
i18n: Use C_ alias for pgettext
That way it's easy to catch a translatable string.