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

Commit

Permalink
Use narrow width for short weekday names
Browse files Browse the repository at this point in the history
  • Loading branch information
kate2753 committed Apr 27, 2015
1 parent f5ab43f commit d67923a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/utils/reduce.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ module.exports = function processObj(locale, data) {
}
if ((frmt = data.calendars[cal].days) && (frmt = frmt.format)) {
obj.days = {
narrow: gopv(frmt.short),
narrow: gopv(frmt.narrow),
short: gopv(frmt.abbreviated),
long: gopv(frmt.wide)
};
Expand Down

0 comments on commit d67923a

Please sign in to comment.