Activity log for bug #1261798

Date Who What changed Old value New value Message
2013-12-17 15:43:48 David Planella bug added bug
2013-12-17 15:44:05 David Planella description Unlike English (and Spanish, Italian and other ones), some languages have multiple plural forms, which the SDK supports using the i18n.tr() call in QML. One example with multiple plural forms is Arabic. For this to work, we need to access the actual count of items and pass it to the i18n.tr() function, e.g. format: i18n.tr("%1 song played today", "%1 songs played today", songCount).arg(songCount) (*) But it seems libusermetrics is not making the count accessible to QML, hence this request to make the count available. (*) Note: the syntax is slightly redundant right now, but it works. See: https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1184810 Unlike English (and Spanish, Italian and other ones), some languages have multiple plural forms, which the SDK supports using the i18n.tr() call in QML. One example with multiple plural forms is Arabic. For this to work, we need to access the actual count of items and pass it to the i18n.tr() function, e.g. format: i18n.tr("%1 song played today", "%1 songs played today", songCount).arg(songCount) (*) But it seems libusermetrics is not making the count accessible to QML, hence this request to make the count available. (*) Note: the syntax is slightly redundant right now, but it works. See bug 1184810
2014-09-09 11:01:50 Pete Woods bug task added libusermetrics (Ubuntu)
2014-09-09 11:01:58 Pete Woods bug task deleted libusermetrics
2016-08-12 18:07:43 Michael Terry marked as duplicate 1363386