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 |https://invent.kde.org/plas |ma/discover/commit/9462a816 |ma/discover/commit/a350da8e |4369944e1e1f8d46f07c861c77c |1b2899f13258c48f7f2c67e5b0d |9e73d |8b9ab --- Comment #4 from Aleix Pol <aleix...@kde.org> --- Git commit a350da8e1b2899f13258c48f7f2c67e5b0d8b9ab by Aleix Pol Gonzalez, on behalf of Aleix Pol. Committed on 01/02/2023 at 01:01. Pushed by apol into branch 'Plasma/5.27'. 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. 👍 (cherry picked from commit 9462a8164369944e1e1f8d46f07c861c77c9e73d) M +1 -1 discover/qml/ApplicationsListPage.qml https://invent.kde.org/plasma/discover/commit/a350da8e1b2899f13258c48f7f2c67e5b0d8b9ab -- You are receiving this mail because: You are watching all bug changes.