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

Commit fdc7018

Browse files
committed
Merge pull request #93 from kate2753/use-correct-widths
Use correct width for weekday names
2 parents 4255742 + d67923a commit fdc7018

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
@@ -157,7 +157,7 @@ module.exports = function processObj(locale, data) {
157157
}
158158
if ((frmt = data.calendars[cal].days) && (frmt = frmt.format)) {
159159
obj.days = {
160-
narrow: gopv(frmt.short),
160+
narrow: gopv(frmt.narrow),
161161
short: gopv(frmt.abbreviated),
162162
long: gopv(frmt.wide)
163163
};

0 commit comments

Comments
 (0)