You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JSON files are easier to handle because we don't need extra code from
libqtxdg to handle them (Qt 5 already provides an API).
The only reason I was reluctant and started with desktop entries was that
Transifex supports them, but we can synthesize a desktop file from
the JSON metadata with only Name and Comment key and give it to
the translation system. Such a script would also add the translations
to the JSON files as well.
Issue: #144
Follow latest changes and load JSON files instead of desktop entries.
Since the "mainscript" key is available to all plugin types we
also add a PluginMetadata::mainScript() method.
Issue: #144
Use JSON for metadata instead of desktop entries.
The text was updated successfully, but these errors were encountered: