Skip to content

Commit

Permalink
Merge pull request #21 from mkocansey/development
Browse files Browse the repository at this point in the history
  • Loading branch information
mkocansey authored May 27, 2022
2 parents 9f007d5 + 80ac96f commit 91da1d1
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,12 @@ Check out the full documentation on https://bladewindui.com.

<br /><br />

## Security Vulnerabilities
## Security Vulnerabilities and General Info

If you discover a security vulnerability, please e-mail Michael K. Ocansey at [kabutey@gmail.com](mailto:kabutey@gmail.com).
If you discover a security vulnerability, please e-mail Michael K. Ocansey at [mike@bladewindui.com](mailto:mike@bladewindui.com). You can also tweet [@bladewindui](https://twitter.com/bladewindui)

<br />

## License

BladewindUI components is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).
BladewindUI components is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).
33 changes: 33 additions & 0 deletions src/resources/lang/it/datepicker.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<?php

return [
/*
|--------------------------------------------------------------------------
| Calendar Language Lines
|--------------------------------------------------------------------------
|
| The following language lines contain the default strings used in the calendar
|
*/

'JAN' => 'Gennaio',
'FEB' => 'Febbraio',
'MAR' => 'Marzo',
'APR' => 'Aprile',
'MAY' => 'Maggio',
'JUN' => 'Giugno',
'JUL' => 'Luglio',
'AUG' => 'Agosto',
'SEP' => 'Settembre',
'OCT' => 'Ottobre',
'NOV' => 'Novembre',
'DEC' => 'Dicembre',
'SUN' => 'Domenica',
'MON' => 'Lunedì',
'TUE' => 'Martedì',
'WED' => 'Mercoledì',
'THU' => 'Giovedì',
'FRI' => 'Venerdì',
'SAT' => 'Sabato',

];

0 comments on commit 91da1d1

Please sign in to comment.