<table><tr><td style="">dfaure added a comment.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D24884">View Revision</a></tr></table><br /><div><div><p>I agree with Friederich. In kio/filewidgets/kfileplacesmodel.cpp (for which you accepted the change in <a href="https://phabricator.kde.org/D24970" style="background-color: #e7e7e7;
          border-color: #e7e7e7;
          border-radius: 3px;
          padding: 0 4px;
          font-weight: bold;
          color: black;text-decoration: line-through;">D24970</a>) I'm passing the context to the method because I18NC_NOOP forces me to, but then I'm *discarding* this context because:</p>

<ol class="remarkup-list">
<li class="remarkup-list-item">I have nowhere to store it</li>
<li class="remarkup-list-item">I don't need to store it, it's the same for every item --- just like in Friederich's example.</li>
</ol>

<p>Why store duplicated and redundant data?</p>

<p>So if I had a STRIP version that would all be much simpler.</p>

<p>One has to be careful anyway when using I18N_NOOP, to actually call i18n on those strings, and to never call i18n on a variable whose contents wasn't marked with I18N_NOOP. The API can't be foolproof against that. So I don't see why it's trying to be foolproof against the context being provided externally, at the expense of more complicated code for no purpose.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R249 KI18n</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D24884">https://phabricator.kde.org/D24884</a></div></div><br /><div><strong>To: </strong>mlaurent, dfaure, ilic<br /><strong>Cc: </strong>kossebau, aacid, vkrause, kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns<br /></div>