Code review comment for lp:~yohanboniface/ubuntu-calendar-app/AgendaView

Revision history for this message
Kunal Parmar (pkunal-parmar) wrote :

148 + var format = qsTr("hh:mm");
149 + return Qt.formatTime(this, format);

This still needs to be changed to use i18n.tr, as suggested in my previous review comment.

review: Needs Fixing

« Back to merge proposal