Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-35139

Finnish long date format is incorrect

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P3: Somewhat important P3: Somewhat important
    • None
    • 4.8.5, 5.1.1
    • Core: Locales (i18n)
    • None

      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

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            Eddy Edward Welbourne
            lliehu Lasse Liehu
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes