D22047: Fix translation of actiondisplay

2019-06-30 Thread Alexander Potashev
aspotashev added inline comments. INLINE COMMENTS > imgurplugin.json:105 > +"Name[zh_TW]": "Imgur", > +"X-Purpose-ActionDisplay": "Imgur" > }, same for Imgur :( REPOSITORY R495 Purpose Library REVISION DETAIL https://phabricator.kde.org/D22047 To: nicolasfella, apol,

D22047: Fix translation of actiondisplay

2019-06-30 Thread Alexander Potashev
aspotashev added inline comments. INLINE COMMENTS > pastebinplugin.json:105 > +"Name[zh_TW]": "Pastebin", > +"X-Purpose-ActionDisplay": "Pastebin" > }, oops, ActionDisplay should have ellipsis, e.g. "Pastebin..." REPOSITORY R495 Purpose Library REVISION DETAIL https://

D22047: Fix translation of actiondisplay

2019-06-23 Thread Nicolas Fella
This revision was automatically updated to reflect the committed changes. Closed by commit R495:1405e495ccab: Fix translation of actiondisplay (authored by nicolasfella). REPOSITORY R495 Purpose Library CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D22047?vs=60498&id=60504 REVISION

D22047: Fix translation of actiondisplay

2019-06-23 Thread Aleix Pol Gonzalez
apol accepted this revision. apol added a comment. This revision is now accepted and ready to land. okay REPOSITORY R495 Purpose Library BRANCH unfuckup REVISION DETAIL https://phabricator.kde.org/D22047 To: nicolasfella, apol, aacid Cc: pino, kde-frameworks-devel, LeGast00n, michaelh

D22047: Fix translation of actiondisplay

2019-06-23 Thread Nicolas Fella
nicolasfella added a comment. @aacid and I have been working on making it possible to translate arbitrary JSON entries. See https://phabricator.kde.org/R883:1544734 REPOSITORY R495 Purpose Library REVISION DETAIL https://phabricator.kde.org/D22047 To: nicolasfella, apol, aacid Cc: pino,

D22047: Fix translation of actiondisplay

2019-06-23 Thread Pino Toscano
pino added a comment. I do not see how this is supposed to fix the translations. Nothing translates the strings statically (like the various `Name`/`Comment`/etc), nor at runtime. REPOSITORY R495 Purpose Library REVISION DETAIL https://phabricator.kde.org/D22047 To: nicolasfella, apol,

D22047: Fix translation of actiondisplay

2019-06-23 Thread Nicolas Fella
nicolasfella created this revision. nicolasfella added reviewers: apol, aacid. Herald added a project: Frameworks. Herald added a subscriber: kde-frameworks-devel. nicolasfella requested review of this revision. REVISION SUMMARY To be able to be translated the entries need to be subentry of KPlu