Details
-
Bug
-
Resolution: Duplicate
-
P3: Somewhat important
-
None
-
4.8.5, 5.1.1
-
None
Description
The Finnish long date format used in Qt doesn’t match the current one in CLDR.
For example:
QDate::currentDate().toString(Qt::DefaultLocaleLongDate)
using Qt 5.1.1 produces “tiistaina 26. marraskuuta 2013” although the correct form would be “tiistai 26. marraskuuta 2013”. Long format should use the stand-alone version of weekday. Qt 4.8.5 outputs “tiistaina, 26. marraskuuta 2013” so has the same problem.
For more information see the CLDR ticket at http://unicode.org/cldr/trac/ticket/3048
Attachments
Issue Links
- relates to
-
QTBUG-70516 Extend Qt's support for CLDR date/time formatting
- Open