Code review comment for lp://qastaging/~nikwen/ubuntu-calendar-app/fix-standalone-month-name-i18n

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

Why do you need to call qsTr()? IIRC, it should work with i18n.tr() only already.

qsTr(i18n.tr("%1 %2")).arg(Qt.locale().standaloneMonthName(currentMonth.getMonth(), Locale.LongFormat)).arg(currentMonth.getFullYear())

review: Needs Information

« Back to merge proposal