Code review comment for lp:~pkunal-parmar/ubuntu-calendar-app/TimeLineView

Revision history for this message
David Planella (dpm) wrote :

Al 20/05/13 12:12, En/na Olivier Tilloy ha escrit:
> Review: Needs Fixing
>
> 232 + // FIXME: how to represent
> 233 + text: index+":00"
>
> This should be localized, probably something like this (not sure it would work for all possible regional settings, but should be better than nothing):
>

Numbers, as in the "00" after the colon, can automatically be localized
too. See the numberToLocaleString() function the Clock team uses:

https://code.launchpad.net/~nik90/ubuntu-clock-app/replace-number-translations/+merge/164582

« Back to merge proposal