Skip to content

Commit

Permalink
fix: bs calendar dates data
Browse files Browse the repository at this point in the history
  • Loading branch information
milantarami committed Jun 14, 2024
1 parent 4e4206c commit 8dabf27
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/DataProvider/BS.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class BS
78 => [2078, 31, 31, 31, 32, 31, 31, 30, 29, 30, 29, 30, 30],
79 => [2079, 31, 31, 32, 31, 31, 31, 30, 29, 30, 29, 30, 30],
80 => [2080, 31, 32, 31, 32, 31, 30, 30, 30, 29, 29, 30, 30],
81 => [2081, 31, 31, 32, 32, 31, 30, 30, 30, 29, 30, 30, 30],
81 => [2081, 31, 32, 31, 32, 31, 30, 30, 30, 29, 30, 29, 31],
82 => [2082, 30, 32, 31, 32, 31, 30, 30, 30, 29, 30, 30, 30],
83 => [2083, 31, 31, 32, 31, 31, 30, 30, 30, 29, 30, 30, 30],
84 => [2084, 31, 31, 32, 31, 31, 30, 30, 30, 29, 30, 30, 30],
Expand All @@ -107,7 +107,6 @@ class BS
97 => [2097, 31, 32, 31, 32, 31, 30, 30, 30, 29, 30, 30, 30],
98 => [2098, 31, 31, 32, 31, 31, 31, 29, 30, 29, 30, 29, 31],
99 => [2099, 31, 32, 31, 32, 31, 30, 30, 30, 29, 29, 30, 31],
100 => [2100, 30, 32, 31, 32, 31, 30, 30, 30, 29, 30, 29, 31]
];

public const MONTH_NAMES_IN_NEPALI = [
Expand Down

0 comments on commit 8dabf27

Please sign in to comment.