Skip to content

Commit

Permalink
fix: update nepali months data (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
sajin-shrestha authored Dec 23, 2024
1 parent 4558275 commit b19d135
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions src/dateConverter/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,23 +91,23 @@ export const NP_MONTHS_DATA: Array<[number[], number]> = [
[[31, 31, 31, 32, 31, 31, 30, 29, 30, 29, 30, 30], 365],
[[31, 31, 32, 31, 31, 31, 30, 29, 30, 29, 30, 30], 365],
[[31, 32, 31, 32, 31, 30, 30, 30, 29, 29, 30, 30], 365], // 2080
[[31, 32, 31, 32, 31, 30, 30, 30, 29, 30, 29, 31], 366],
[[30, 32, 31, 32, 31, 30, 30, 30, 29, 30, 30, 30], 365],
[[31, 31, 32, 31, 31, 30, 30, 30, 29, 30, 30, 30], 365],
[[31, 31, 32, 31, 31, 30, 30, 30, 29, 30, 30, 30], 365],
[[31, 32, 31, 32, 30, 31, 30, 30, 29, 30, 30, 30], 366],
[[30, 32, 31, 32, 31, 30, 30, 30, 29, 30, 30, 30], 365],
[[31, 31, 32, 31, 31, 31, 30, 30, 29, 30, 30, 30], 366],
[[30, 31, 32, 32, 30, 31, 30, 30, 29, 30, 30, 30], 365],
[[30, 32, 31, 32, 31, 30, 30, 30, 29, 30, 30, 30], 365],
[[30, 32, 31, 32, 31, 30, 30, 30, 29, 30, 30, 30], 365],
[[31, 31, 32, 31, 31, 31, 30, 30, 29, 30, 30, 30], 366],
[[30, 31, 32, 32, 31, 30, 30, 30, 29, 30, 30, 30], 365],
[[30, 32, 31, 32, 31, 30, 30, 30, 29, 30, 30, 30], 365],
[[31, 31, 32, 31, 31, 30, 30, 30, 29, 30, 30, 30], 365],
[[31, 31, 32, 31, 31, 31, 30, 29, 30, 30, 30, 30], 366],
[[30, 31, 32, 32, 31, 30, 30, 29, 30, 29, 30, 30], 364],
[[31, 32, 31, 32, 31, 30, 30, 30, 29, 30, 30, 30], 366],
[[31, 31, 32, 31, 31, 31, 29, 30, 29, 30, 29, 31], 365],
[[31, 31, 32, 31, 31, 31, 30, 29, 29, 30, 30, 30], 365], // 2099 BS - 2042/2043 AD
[[31, 32, 31, 32, 31, 30, 30, 30, 29, 30, 29, 31], 366], // 2081
[[31, 31, 31, 32, 31, 31, 30, 29, 30, 29, 30, 30], 365], // 2082
[[31, 31, 32, 31, 31, 31, 30, 29, 30, 29, 30, 30], 365],
[[31, 32, 31, 32, 31, 30, 30, 30, 29, 29, 30, 31], 366],
[[30, 32, 31, 32, 31, 30, 30, 30, 29, 30, 29, 31], 365],
[[31, 31, 32, 31, 31, 31, 30, 29, 30, 29, 30, 30], 365],
[[31, 31, 32, 32, 31, 30, 30, 29, 30, 29, 30, 30], 365],
[[31, 32, 31, 32, 31, 30, 30, 30, 29, 29, 30, 31], 366],
[[30, 32, 31, 32, 31, 30, 30, 30, 29, 30, 29, 31], 365],
[[31, 31, 32, 31, 31, 31, 30, 29, 30, 29, 30, 30], 365],
[[31, 31, 32, 32, 31, 30, 30, 29, 30, 29, 30, 30], 365],
[[31, 32, 31, 32, 31, 30, 30, 30, 29, 29, 30, 31], 366],
[[31, 31, 31, 32, 31, 31, 29, 30, 30, 29, 29, 31], 365],
[[31, 31, 32, 31, 31, 31, 30, 29, 30, 29, 30, 30], 365],
[[31, 31, 32, 32, 31, 30, 30, 29, 30, 29, 30, 30], 365],
[[31, 32, 31, 32, 31, 30, 30, 30, 29, 29, 30, 31], 366],
[[31, 31, 31, 32, 31, 31, 29, 30, 30, 29, 30, 30], 365],
[[31, 31, 32, 31, 31, 31, 30, 29, 30, 29, 30, 30], 365],
[[31, 31, 32, 32, 31, 30, 30, 29, 30, 29, 30, 30], 365], // 2099 BS - 2042/2043 AD
]

0 comments on commit b19d135

Please sign in to comment.