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

Aleix Pol <aleix...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|                            |https://invent.kde.org/plas
                   |                            |ma/discover/commit/9462a816
                   |                            |4369944e1e1f8d46f07c861c77c
                   |                            |9e73d
         Resolution|---                         |FIXED
             Status|ASSIGNED                    |RESOLVED

--- Comment #3 from Aleix Pol <aleix...@kde.org> ---
Git commit 9462a8164369944e1e1f8d46f07c861c77c9e73d by Aleix Pol Gonzalez, on
behalf of Aleix Pol.
Committed on 01/02/2023 at 00:56.
Pushed by apol into branch 'master'.

ui: Fix plural calculation of app list page heading

We cannot use roughCount as the value for i18np(). It's a string and we
need a number.

As it's <1000 JS will be overly smart and convert the number into a string
but eventually we give "1000+" and then the conversion returns 0. Without
warnings. 👍

M  +1    -1    discover/qml/ApplicationsListPage.qml

https://invent.kde.org/plasma/discover/commit/9462a8164369944e1e1f8d46f07c861c77c9e73d

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

Reply via email to