Skip to content
This repository was archived by the owner on Apr 14, 2021. It is now read-only.

Commit d67923a

Browse files
committed
Use narrow width for short weekday names
1 parent f5ab43f commit d67923a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/utils/reduce.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ module.exports = function processObj(locale, data) {
156156
}
157157
if ((frmt = data.calendars[cal].days) && (frmt = frmt.format)) {
158158
obj.days = {
159-
narrow: gopv(frmt.short),
159+
narrow: gopv(frmt.narrow),
160160
short: gopv(frmt.abbreviated),
161161
long: gopv(frmt.wide)
162162
};

0 commit comments

Comments
 (0)