generated from spatie/package-skeleton-php
-
-
Notifications
You must be signed in to change notification settings - Fork 199
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add Bangla language support for Bangladeshi holidays
- Loading branch information
1 parent
6649602
commit 12d8682
Showing
5 changed files
with
112 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"International Mother Language Day": "আন্তর্জাতিক মাতৃভাষা দিবস", | ||
"Birthday of Sheikh Mujibur Rahman": "শেখ মুজিবুর রহমানের জন্মদিন", | ||
"Independence Day": "স্বাধীনতা দিবস", | ||
"Bengali New Year": "বাংলা নববর্ষ", | ||
"May Day": "মে দিবস", | ||
"National Mourning Day": "জাতীয় শোক দিবস", | ||
"Victory Day": "বিজয় দিবস", | ||
"Christmas Day": "বড়দিন" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"International Mother Language Day": "International Mother Language Day", | ||
"Birthday of Sheikh Mujibur Rahman": "Birthday of Sheikh Mujibur Rahman", | ||
"Independence Day": "Independence Day", | ||
"Bengali New Year": "Bengali New Year", | ||
"May Day": "May Day", | ||
"National Mourning Day": "National Mourning Day", | ||
"Victory Day": "Victory Day", | ||
"Christmas Day": "Christmas Day" | ||
} |
34 changes: 34 additions & 0 deletions
34
...st/snapshots/Countries/BangladeshTest/it_can_calculate_bangladesh_holidays_in_Bangla.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
[ | ||
{ | ||
"name": "\u0986\u09a8\u09cd\u09a4\u09b0\u09cd\u099c\u09be\u09a4\u09bf\u0995 \u09ae\u09be\u09a4\u09c3\u09ad\u09be\u09b7\u09be \u09a6\u09bf\u09ac\u09b8", | ||
"date": "2024-02-21" | ||
}, | ||
{ | ||
"name": "\u09b6\u09c7\u0996 \u09ae\u09c1\u099c\u09bf\u09ac\u09c1\u09b0 \u09b0\u09b9\u09ae\u09be\u09a8\u09c7\u09b0 \u099c\u09a8\u09cd\u09ae\u09a6\u09bf\u09a8", | ||
"date": "2024-03-17" | ||
}, | ||
{ | ||
"name": "\u09b8\u09cd\u09ac\u09be\u09a7\u09c0\u09a8\u09a4\u09be \u09a6\u09bf\u09ac\u09b8", | ||
"date": "2024-03-26" | ||
}, | ||
{ | ||
"name": "\u09ac\u09be\u0982\u09b2\u09be \u09a8\u09ac\u09ac\u09b0\u09cd\u09b7", | ||
"date": "2024-04-14" | ||
}, | ||
{ | ||
"name": "\u09ae\u09c7 \u09a6\u09bf\u09ac\u09b8", | ||
"date": "2024-05-01" | ||
}, | ||
{ | ||
"name": "\u099c\u09be\u09a4\u09c0\u09af\u09bc \u09b6\u09cb\u0995 \u09a6\u09bf\u09ac\u09b8", | ||
"date": "2024-08-15" | ||
}, | ||
{ | ||
"name": "\u09ac\u09bf\u099c\u09af\u09bc \u09a6\u09bf\u09ac\u09b8", | ||
"date": "2024-12-16" | ||
}, | ||
{ | ||
"name": "\u09ac\u09a1\u09bc\u09a6\u09bf\u09a8", | ||
"date": "2024-12-25" | ||
} | ||
] |
34 changes: 34 additions & 0 deletions
34
...t/snapshots/Countries/BangladeshTest/it_can_calculate_bangladesh_holidays_in_English.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
[ | ||
{ | ||
"name": "International Mother Language Day", | ||
"date": "2024-02-21" | ||
}, | ||
{ | ||
"name": "Birthday of Sheikh Mujibur Rahman", | ||
"date": "2024-03-17" | ||
}, | ||
{ | ||
"name": "Independence Day", | ||
"date": "2024-03-26" | ||
}, | ||
{ | ||
"name": "Bengali New Year", | ||
"date": "2024-04-14" | ||
}, | ||
{ | ||
"name": "May Day", | ||
"date": "2024-05-01" | ||
}, | ||
{ | ||
"name": "National Mourning Day", | ||
"date": "2024-08-15" | ||
}, | ||
{ | ||
"name": "Victory Day", | ||
"date": "2024-12-16" | ||
}, | ||
{ | ||
"name": "Christmas Day", | ||
"date": "2024-12-25" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters