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.
- Loading branch information
1 parent
f3e527d
commit b507f15
Showing
3 changed files
with
48 additions
and
8 deletions.
There are no files selected for viewing
File renamed without changes.
38 changes: 38 additions & 0 deletions
38
...est/snapshots/Countries/SwitzerlandTest/it_can_translate_swiss_holidays_into_italian.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,38 @@ | ||
[ | ||
{ | ||
"name": "Capodanno", | ||
"date": "2024-01-01" | ||
}, | ||
{ | ||
"name": "San Silvestro", | ||
"date": "2024-01-02" | ||
}, | ||
{ | ||
"name": "Venerd\u00ec Santo", | ||
"date": "2024-03-29" | ||
}, | ||
{ | ||
"name": "Luned\u00ec di Pasqua", | ||
"date": "2024-04-01" | ||
}, | ||
{ | ||
"name": "Ascensione", | ||
"date": "2024-05-09" | ||
}, | ||
{ | ||
"name": "Luned\u00ec di Pentecoste", | ||
"date": "2024-05-20" | ||
}, | ||
{ | ||
"name": "Festa nazionale", | ||
"date": "2024-08-01" | ||
}, | ||
{ | ||
"name": "Natale", | ||
"date": "2024-12-25" | ||
}, | ||
{ | ||
"name": "Santo Stefano", | ||
"date": "2024-12-26" | ||
} | ||
] |
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