https://bugs.kde.org/show_bug.cgi?id=341692

Albert Astals Cid <aa...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #6 from Albert Astals Cid <aa...@kde.org> ---

    // Anything other than 1 is non-singular.
    QCOMPARE(i18np("second", "seconds", 0.0),
             QString("seconds"));
    QCOMPARE(i18np("second", "seconds", 1.0),
             QString("second"));
    QCOMPARE(i18np("second", "seconds", 1.1),
             QString("seconds"));

That's what is expected of it, so closing

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to