Bug 386957

Summary: Spinbox suffixes need plurals
Product: [Unmaintained] kdeplasma-addons Reporter: Alexander Potashev <aspotashev>
Component: ComicAssignee: Marco Martin <notmart>
Status: RESOLVED FIXED    
Severity: normal CC: nate
Priority: NOR Keywords: junior-jobs
Version First Reported In: 5.11.3   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

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.