Bug 396263 - Please add translation tag to appdata.xml
Summary: Please add translation tag to appdata.xml
Status: REPORTED
Alias: None
Product: kio-gdrive
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: Debian unstable Linux
: NOR wishlist
Target Milestone: ---
Assignee: Elvis Angelaccio
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-07-06 19:08 UTC by Nicholas D Steeves
Modified: 2018-07-08 13:44 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nicholas D Steeves 2018-07-06 19:08:50 UTC
This one is optional, and very much wishlist.

https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-translation

I'm guessing this should probably be 
  <translation type="gettext">KIO GDrive</translation>

because this package seems to use gettext ( `Messages.sh:$XGETTEXT $(find . -name "*.cpp") -o $podir/kio5_gdrive.pot` ).

but maybe it's
  <translation type="qt">org.kde.kio_gdrive</translation>
?

Sorry I can't yet be of more help on this one,
Nicholas
Comment 1 Elvis Angelaccio 2018-07-08 13:44:27 UTC
Hmm, it's not clear what the value inside this translation tag should be. Also, it seems no one is using it (at least in KDE).

So I'd ignore it unless there is a good reason for adding it.