Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[locale] Update dow for Konkani locales #5676

Merged
merged 6 commits into from
Sep 13, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update gom-latn.js
  • Loading branch information
WikiDiscoverer authored Aug 11, 2020
commit d77f14ff4c0984363f48ec821a9043703378c649
4 changes: 2 additions & 2 deletions src/locale/gom-latn.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ export default moment.defineLocale('gom-latn', {
}
},
week: {
dow: 1, // Monday is the first day of the week.
doy: 4, // The week that contains Jan 4th is the first week of the year.
dow: 0, // Sunday is the first day of the week
doy: 3, // The week that contains Jan 4th is the first week of the year (7 + 0 - 4)
},
meridiemParse: /rati|sokallim|donparam|sanje/,
meridiemHour: function (hour, meridiem) {
Expand Down