From 2d50a8cc8f85dfdd671f4bba3d306e6e957c5e66 Mon Sep 17 00:00:00 2001 From: "Michael K. Ocansey" <1946332+mkocansey@users.noreply.github.com> Date: Mon, 16 May 2022 12:24:08 +0000 Subject: [PATCH 1/4] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cdd621b..943bdb7 100644 --- a/README.md +++ b/README.md @@ -93,12 +93,12 @@ Check out the full documentation on https://bladewindui.com.

-## 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 [kabutey@gmail.com](mailto:kabutey@gmail.com). You can also tweet [@mkocansey](https://twitter.com/mkocansey)
## License -BladewindUI components is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT). \ No newline at end of file +BladewindUI components is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT). From e0fe255be9824f733780df78c4a407c0cca8010e Mon Sep 17 00:00:00 2001 From: "Michael K. Ocansey" <1946332+mkocansey@users.noreply.github.com> Date: Tue, 17 May 2022 17:22:14 +0000 Subject: [PATCH 2/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 943bdb7..4045946 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ Check out the full documentation on https://bladewindui.com. ## 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). You can also tweet [@mkocansey](https://twitter.com/mkocansey) +If you discover a security vulnerability, please e-mail Michael K. Ocansey at [mike@bladewindui.com](mailto:mike@bladewindui.com). You can also tweet [@mkocansey](https://twitter.com/mkocansey)
From 75e02a0d098ebdbec22a1147ff59aed9c119c192 Mon Sep 17 00:00:00 2001 From: "Michael K. Ocansey" <1946332+mkocansey@users.noreply.github.com> Date: Tue, 17 May 2022 17:44:30 +0000 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4045946..0622483 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ Check out the full documentation on https://bladewindui.com. ## Security Vulnerabilities and General Info -If you discover a security vulnerability, please e-mail Michael K. Ocansey at [mike@bladewindui.com](mailto:mike@bladewindui.com). You can also tweet [@mkocansey](https://twitter.com/mkocansey) +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)
From 54dca2dc04f84308d03c19eaaad62fecf2ed20c1 Mon Sep 17 00:00:00 2001 From: Gennaro Landolfi Date: Thu, 26 May 2022 11:14:48 +0200 Subject: [PATCH 4/4] Added italian localization for datepicker --- src/resources/lang/it/datepicker.php | 33 ++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 src/resources/lang/it/datepicker.php diff --git a/src/resources/lang/it/datepicker.php b/src/resources/lang/it/datepicker.php new file mode 100644 index 0000000..5ad916e --- /dev/null +++ b/src/resources/lang/it/datepicker.php @@ -0,0 +1,33 @@ + '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', + +];