Skip to content

Commit 9f7e537

Browse files
chore: default US firstDay should be taken from the loaded cldr data
1 parent a9d6c61 commit 9f7e537

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

gulpfile.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,9 @@ gulp.task("build-default-data", ["build-npm-package"], () => {
4343
}]
4444
}
4545
},
46-
"weekData": {
47-
"firstDay": {
48-
"001": "mon",
49-
"US": "sun"
46+
weekData: {
47+
firstDay: {
48+
US: cldr.cldr.supplemental.weekData.firstDay.US
5049
}
5150
}
5251
}

0 commit comments

Comments
 (0)