Skip to content

Localize date column of score list

HebaruSan requested to merge HebaruSan/gnome-mahjongg:fix/date-locale into master

Problem

The date column in the Mahjongg score list is not localized; it uses a hard coded day/month/year format that may be unfamiliar to some users.

image

Changes

Now the date format is changed to "%x", documented as "the preferred date representation for the current locale without the time." This produces a more familiar format for users with other date formatting conventions:

image

Merge request reports