D28532: Introduce more user-visible error reporting for installations

Pino Toscano noreply at phabricator.kde.org
Fri Apr 3 11:35:25 BST 2020


pino added a comment.


  Please fix the i18n() calls, as the values of placeholders are passed as parameter to it instead of using .arg():
  
    i18n("foo %1").arg(foo)  // WRONG
    i18n("foo %1", foo)  // correct

REPOSITORY
  R304 KNewStuff

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

To: leinir, #knewstuff, #plasma, ngraham, #frameworks
Cc: pino, kde-frameworks-devel, LeGast00n, cblack, GB_2, michaelh, ngraham, bruns
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20200403/bbcf10da/attachment.html>


More information about the Kde-frameworks-devel mailing list