D9712: balooctl status: produce parseable output

Michael Heidelbach noreply at phabricator.kde.org
Sun Jan 7 19:55:53 UTC 2018


michaelh added inline comments.

INLINE COMMENTS

> lueck wrote in statuscommand.cpp:108
> german translator here:
> balooctl has a Messages.sh and extracts 52 messages into the catalog balooctl5.pot
> a lot of messages in statuscommand.cpp, main.cpp, monitorcommand.cpp configcommand.cpp 98 - 52 = 48 are not extracted due to missing i18n() calls
> we translate description of cammandline options in all application, therefore we should translate all missing messages here as well

I see. Thank you for the info.
The only thing translated in this function is the filename. I am new to this, but I think that is the only item that does not need translation. 
It should be exactly the other way round, right? 
Regarding my patch: 
To ease translation, should I break up the strings a little bit?
Like

  out << i18n("Basic indexing") << " " <<i18n("done");

REPOSITORY
  R293 Baloo

REVISION DETAIL
  https://phabricator.kde.org/D9712

To: michaelh, #frameworks
Cc: lueck, dfaure, ngraham
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20180107/8bb36be6/attachment.html>


More information about the Kde-frameworks-devel mailing list