Skip to content

Use QLocale to display localized time role group

Jérôme Lécuyer requested to merge emorej/dolphin:bug_488088 into master

Use QLocale to format the QDateTime displayed as the role/label of a group. QDateTime::toString format the date and month names in English. QLocale::toString returns them localized. See the note about day and month names at https://doc.qt.io/qt-6/qdatetime.html#toString

BUG: 488088

Merge request reports

Loading