D25270: Correctly set i18n arguments in one pass

2019-11-15 Thread David Edmundson
This revision was automatically updated to reflect the committed changes. Closed by commit R304:0099d090be51: Correctly set i18n arguments in one pass (authored by davidedmundson). REPOSITORY R304 KNewStuff CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D25270?vs=69630&id=69814 REVIS

D25270: Correctly set i18n arguments in one pass

2019-11-15 Thread Aleix Pol Gonzalez
apol accepted this revision. This revision is now accepted and ready to land. REPOSITORY R304 KNewStuff BRANCH master REVISION DETAIL https://phabricator.kde.org/D25270 To: davidedmundson, leinir, apol Cc: kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns

D25270: Correctly set i18n arguments in one pass

2019-11-14 Thread David Edmundson
davidedmundson added a reviewer: leinir. REPOSITORY R304 KNewStuff REVISION DETAIL https://phabricator.kde.org/D25270 To: davidedmundson, leinir Cc: kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns

D25270: Correctly set i18n arguments in one pass

2019-11-12 Thread David Edmundson
davidedmundson created this revision. Herald added a project: Frameworks. Herald added a subscriber: kde-frameworks-devel. davidedmundson requested review of this revision. REVISION SUMMARY i18n("asdf %1") will expand and fail as it has no arguments, leading to a warning. BUG: 414060 REP