-
Notifications
You must be signed in to change notification settings - Fork 217
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- fecha i18n correct configuration - Italian added on demo (dev) page - new prop `yearBeforeMonth`
- Loading branch information
1 parent
1ea1b6e
commit 7b2d2b1
Showing
4 changed files
with
62 additions
and
49 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
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
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
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 |
---|---|---|
@@ -1,31 +1,30 @@ | ||
export default { | ||
night: 'Notte', | ||
nights: 'Notti', | ||
week: 'Settimana', | ||
weeks: 'Settimane', | ||
'day-names': ['Dom', 'Lun', 'Mar', 'Mer', 'Gio', 'Ven', 'Sab'], | ||
'check-in': 'Check-in', | ||
'check-out': 'Check-out', | ||
'month-names': [ | ||
'Gennaio', | ||
'Febbraio', | ||
'Marzo', | ||
'Aprile', | ||
'Maggio', | ||
'Giugno', | ||
'Luglio', | ||
'Agosto', | ||
'Settembre', | ||
'Ottobre', | ||
'Novembre', | ||
'Dicembre', | ||
], | ||
tooltip: { | ||
halfDayCheckIn: 'Check-in Disponibile', | ||
halfDayCheckOut: 'Check-out Disponibile', | ||
saturdayToSaturday: 'Solo da Sabato a Sabato', | ||
sundayToSunday: 'Solo da Domenica a Domenica', | ||
minimumRequiredPeriod: '%{minNightInPeriod} %{night} minimo.', | ||
}, | ||
} | ||
|
||
night: 'Notte', | ||
nights: 'Notti', | ||
week: 'Settimana', | ||
weeks: 'Settimane', | ||
'day-names': ['Dom', 'Lun', 'Mar', 'Mer', 'Gio', 'Ven', 'Sab'], | ||
'check-in': 'Check-in', | ||
'check-out': 'Check-out', | ||
'month-names': [ | ||
'Gennaio', | ||
'Febbraio', | ||
'Marzo', | ||
'Aprile', | ||
'Maggio', | ||
'Giugno', | ||
'Luglio', | ||
'Agosto', | ||
'Settembre', | ||
'Ottobre', | ||
'Novembre', | ||
'Dicembre', | ||
], | ||
tooltip: { | ||
halfDayCheckIn: 'Check-in Disponibile', | ||
halfDayCheckOut: 'Check-out Disponibile', | ||
saturdayToSaturday: 'Solo da Sabato a Sabato', | ||
sundayToSunday: 'Solo da Domenica a Domenica', | ||
minimumRequiredPeriod: '%{minNightInPeriod} %{night} minimo.', | ||
}, | ||
} |