generated from spatie/package-skeleton-php
-
-
Notifications
You must be signed in to change notification settings - Fork 198
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added Azerbaijani holidays in English
- Loading branch information
Showing
3 changed files
with
71 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,13 @@ | ||
{ | ||
"Yeni il": "New year", | ||
"Beynəlxalq Qadınlar günü": "International Women's Day", | ||
"Novruz bayramı": "Novruz holiday", | ||
"Faşizm üzərində qələbə günü": "Day of Victory over fascism", | ||
"Müstəqillik Günü": "Independence Day", | ||
"Azərbaycan xalqının milli qurtuluş günü": "National Salvation Day of the Azerbaijani people", | ||
"Azərbaycan Respublikasının Silahlı Qüvvələri günü": "Day of Armed Forces of the Republic of Azerbaijan", | ||
"Müstəqilliyin bərpası günü": "Day of Restoration of Independence", | ||
"Zəfər Günü": "Victory Day", | ||
"Azərbaycan Respublikasının Dövlət bayrağı günü": "National Flag Day of the Republic of Azerbaijan", | ||
"Dünya azərbaycanlılarının həmrəyliyi günü": "World Azerbaijanis Solidarity Day" | ||
} |
46 changes: 46 additions & 0 deletions
46
.../snapshots/Countries/AzerbaijanTest/it_can_calculate_azerbaijani_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,46 @@ | ||
[ | ||
{ | ||
"name": "New year", | ||
"date": "2024-01-01" | ||
}, | ||
{ | ||
"name": "International Women's Day", | ||
"date": "2024-03-08" | ||
}, | ||
{ | ||
"name": "Novruz holiday", | ||
"date": "2024-03-20" | ||
}, | ||
{ | ||
"name": "Day of Victory over fascism", | ||
"date": "2024-05-09" | ||
}, | ||
{ | ||
"name": "Independence Day", | ||
"date": "2024-05-28" | ||
}, | ||
{ | ||
"name": "National Salvation Day of the Azerbaijani people", | ||
"date": "2024-06-15" | ||
}, | ||
{ | ||
"name": "Day of Armed Forces of the Republic of Azerbaijan", | ||
"date": "2024-06-26" | ||
}, | ||
{ | ||
"name": "Day of Restoration of Independence", | ||
"date": "2024-10-18" | ||
}, | ||
{ | ||
"name": "Victory Day", | ||
"date": "2024-11-08" | ||
}, | ||
{ | ||
"name": "National Flag Day of the Republic of Azerbaijan", | ||
"date": "2024-11-09" | ||
}, | ||
{ | ||
"name": "World Azerbaijanis Solidarity Day", | ||
"date": "2024-12-31" | ||
} | ||
] |
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