Bug 386957 - Spinbox suffixes need plurals
Summary: Spinbox suffixes need plurals
Status: RESOLVED FIXED
Alias: None
Product: kdeplasma-addons
Classification: Plasma
Component: Comic (show other bugs)
Version: 5.11.3
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Marco Martin
URL:
Keywords: junior-jobs
Depends on:
Blocks:
 
Reported: 2017-11-15 19:20 UTC by Alexander Potashev
Modified: 2020-03-29 18:03 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Potashev 2017-11-15 19:20:46 UTC
Spinbox suffixes in applets/comic/package/contents/ui/configGeneral.qml need support for plurals, now it's just
 - 'suffix: " "+i18n("days")'
 - 'suffix: " "+i18n("minutes")'


Should be easy with SpinBox.textFromValue in QCC2:
 - https://stackoverflow.com/a/41977755
 - https://doc.qt.io/qt-5/qml-qtquick-controls2-spinbox.html
Comment 1 Nate Graham 2020-01-12 22:10:33 UTC
Fixed now.