<table><tr><td style="">aacid 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/D22069">View Revision</a></tr></table><br /><div><div><blockquote style="border-left: 3px solid #8C98B8;
color: #6B748C;
font-style: italic;
margin: 4px 0 12px 0;
padding: 8px 12px;
background-color: #F8F9FC;">
<div style="font-style: normal;
padding-bottom: 4px;">In <a href="https://phabricator.kde.org/D22069#523253" style="background-color: #e7e7e7;
border-color: #e7e7e7;
border-radius: 3px;
padding: 0 4px;
font-weight: bold;
color: black;text-decoration: none;">D22069#523253</a>, <a href="https://phabricator.kde.org/p/ngraham/" style="
border-color: #f1f7ff;
color: #19558d;
background-color: #f1f7ff;
border: 1px solid transparent;
border-radius: 3px;
font-weight: bold;
padding: 0 4px;">@ngraham</a> wrote:</div>
<div style="margin: 0;
padding: 0;
border: 0;
color: rgb(107, 116, 140);"><p>I'm not sure I understand about about localization to figure that out. Would you be able to help me out?</p></div>
</blockquote>
<p>Figure *what* out?</p>
<p>Just remove this</p>
<div class="remarkup-code-block" style="margin: 12px 0;" data-code-lang="diff" data-sigil="remarkup-code-block"><pre class="remarkup-code" style="font: 11px/15px "Menlo", "Consolas", "Monaco", monospace; padding: 12px; margin: 0; background: rgba(71, 87, 120, 0.08);"><span style="color: #000080">diff --git a/autotests/klocalizedstringtest.cpp b/autotests/klocalizedstringtest.cpp</span>
<span style="color: #000080">index e1863c4..d8ac31b 100644</span>
<span style="color: #a00000">--- a/autotests/klocalizedstringtest.cpp</span>
<span style="color: #00a000">+++ b/autotests/klocalizedstringtest.cpp</span>
<span style="color: #800080">@@ -219,13 +219,8 @@ void KLocalizedStringTest::correctSubs()</span>
QCOMPARE(ki18n("%1").subs(42, -5, 10, QChar('_')).toString(),
QString("42___"));
<span style="color: #a00000">- QLocale::setDefault(QLocale(QLocale::French));</span>
QCOMPARE(ki18n("%1").subs(4.2, 5, 'f', 2).toString(),
QString(" 4,20"));
<span style="color: #a00000">-</span>
<span style="color: #a00000">- QLocale::setDefault(QLocale(QLocale::English, QLocale::UnitedStates));</span>
<span style="color: #a00000">- QCOMPARE(ki18n("%1").subs(4.2, 5, 'f', 2).toString(),</span>
<span style="color: #a00000">- QString(" 4.20"));</span></pre></div>
<p>And that's it?</p>
<p>If what you're saying is that that you run ./bin/ki18n-klocalizedstringtest without those lines and the test fails for you, well you'll have to give me access to your machine since i can't fix what i can't debug (i.e. it works fine here)</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/D22069">https://phabricator.kde.org/D22069</a></div></div><br /><div><strong>To: </strong>ngraham, Localization, Frameworks, broulik<br /><strong>Cc: </strong>aacid, huftis, safaalfulaij, mikeroyal, aspotashev, ilic, kde-frameworks-devel, broulik, LeGast00n, GB_2, michaelh, ngraham, bruns<br /></div>