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
Remove the Refresh List button in favor of it in the main menu drop down
Remove the newly added Install Menu button in favor of it in the manin menu drop down
* po: Order POTFILES entries
Order entries alphabetically.
* data: Small touches
- Add vcs-browser URL
- Mark the app name as untranslatable
* data: Mark a string translatable
- Refresh list of remotes
* Use type syntax introduced in blueprint 0.8.0
* Update translations
* Make orphans window work with new install type system
* Fix filter window in regards to new remote install type syntax
* Fix pressing cancel on trashing data still trashing data
* Refresh list of flatpaks when a snapshot is applied
---------
Co-authored-by: Hari Rana <theevilskeleton@riseup.net>