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
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
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
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