Bug 396263

Summary: Please add translation tag to appdata.xml
Product: [Frameworks and Libraries] kio-gdrive Reporter: Nicholas D Steeves <nsteeves>
Component: generalAssignee: Elvis Angelaccio <elvis.angelaccio>
Status: REPORTED ---    
Severity: wishlist    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Debian unstable   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

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.