generated from spatie/package-skeleton-php
-
-
Notifications
You must be signed in to change notification settings - Fork 196
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add more tests and translation for Bosnia and Herzegovina
- Loading branch information
Showing
5 changed files
with
149 additions
and
23 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,25 @@ | ||
{ | ||
"Nova godina - prvi dan": "New Year - first day", | ||
"Nova godina - drugi dan": "New Year - second day", | ||
"Badnji dan (za pravoslavce)": "Christmas Eve (Orthodox)", | ||
"Božić (za pravoslavce)": "Christmas (Orthodox)", | ||
"Badnji dan (za rimokatolike)": "Christmas Eve (Catholic)", | ||
"Božić (za rimokatolike)": "Christmas (Catholic)", | ||
"Praznik rada - prvi dan": "Labour Day - first day", | ||
"Praznik rada - drugi dan": "Labour Day - second day", | ||
"Veliki petak (za pravoslavce)": "Good Friday (Orthodox)", | ||
"Veliki petak (za rimokatolike)": "Good Friday (Catholic)", | ||
"Vaskrs (za pravoslavce)": "Easter (Orthodox)", | ||
"Vaskrs (za rimokatolike)": "Easter (Catholic)", | ||
"Vaskršnji ponedjeljak (za pravoslavce)": "Easter Monday (Orthodox)", | ||
"Vaskršnji ponedjeljak (za rimokatolike)": "Easter Monday (Catholic)", | ||
|
||
"Dan Republike": "Republic Day", | ||
"Dan pobjede nad fašizmom": "The day of victory over fascism", | ||
"Dan uspostavljanja Opšteg okvirnog sporazuma za mir u BiH": "The day of establishment of the General Framework Agreement for Peace in Bosnia and Herzegovina", | ||
|
||
"Dan nezavisnosti Bosne i Hercegovine": "Independence Day of Bosnia And Herzegovina", | ||
"Dan državnosti Bosne i Hercegovine": "National Day of Bosnia And Herzegovina", | ||
|
||
"Dan uspostavljanja Brčko distrikta": "Day of establishment of Brčko District" | ||
} |
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
34 changes: 34 additions & 0 deletions
34
...Countries/BosniaAndHerzegovinaTest/it_can_calculate__bosnia_and_herzegovina_holidays.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": "Nova godina - prvi dan", | ||
"date": "2024-01-01" | ||
}, | ||
{ | ||
"name": "Nova godina - drugi dan", | ||
"date": "2024-01-02" | ||
}, | ||
{ | ||
"name": "Badnji dan (za pravoslavce)", | ||
"date": "2024-01-06" | ||
}, | ||
{ | ||
"name": "Bo\u017ei\u0107 (za pravoslavce)", | ||
"date": "2024-01-07" | ||
}, | ||
{ | ||
"name": "Praznik rada - prvi dan", | ||
"date": "2024-05-01" | ||
}, | ||
{ | ||
"name": "Praznik rada - drugi dan", | ||
"date": "2024-05-02" | ||
}, | ||
{ | ||
"name": "Badnji dan (za rimokatolike)", | ||
"date": "2024-12-24" | ||
}, | ||
{ | ||
"name": "Bo\u017ei\u0107 (za rimokatolike)", | ||
"date": "2024-12-25" | ||
} | ||
] |
34 changes: 34 additions & 0 deletions
34
.../snapshots/Countries/BosniaAndHerzegovinaTest/it_can_translate_holidays_into_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": "New Year - first day", | ||
"date": "2024-01-01" | ||
}, | ||
{ | ||
"name": "New Year - second day", | ||
"date": "2024-01-02" | ||
}, | ||
{ | ||
"name": "Christmas Eve (Orthodox)", | ||
"date": "2024-01-06" | ||
}, | ||
{ | ||
"name": "Christmas (Orthodox)", | ||
"date": "2024-01-07" | ||
}, | ||
{ | ||
"name": "Labour Day - first day", | ||
"date": "2024-05-01" | ||
}, | ||
{ | ||
"name": "Labour Day - second day", | ||
"date": "2024-05-02" | ||
}, | ||
{ | ||
"name": "Christmas Eve (Catholic)", | ||
"date": "2024-12-24" | ||
}, | ||
{ | ||
"name": "Christmas (Catholic)", | ||
"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