aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2009-06-13 12:52:48 +0000
committerScott González <scott.gonzalez@gmail.com>2009-06-13 12:52:48 +0000
commitd8d7cf27c38a153337dbc12f2848573e06159690 (patch)
tree463da438e9a323af7ec5abf3ce93bea185f205c9 /ui
parentf22f205cfc3c71d54f47da702c07a978f07a27c9 (diff)
downloadjquery-ui-d8d7cf27c38a153337dbc12f2848573e06159690.tar.gz
jquery-ui-d8d7cf27c38a153337dbc12f2848573e06159690.zip
Fixed Italian localization for datepicker. (Fixed #4599 - Datepicker i18n: Fix Italian localization). Thanks Antonello Pasella.
Diffstat (limited to 'ui')
-rw-r--r--ui/i18n/ui.datepicker-it.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/ui/i18n/ui.datepicker-it.js b/ui/i18n/ui.datepicker-it.js
index 2d6693a99..b1885b9c2 100644
--- a/ui/i18n/ui.datepicker-it.js
+++ b/ui/i18n/ui.datepicker-it.js
@@ -1,5 +1,5 @@
/* Italian initialisation for the jQuery UI date picker plugin. */
-/* Written by Apaella (apaella@gmail.com). */
+/* Written by Antonello Pasella (antonello.pasella@gmail.com). */
jQuery(function($){
$.datepicker.regional['it'] = {
closeText: 'Chiudi',
@@ -7,12 +7,12 @@ jQuery(function($){
nextText: 'Succ&#x3e;',
currentText: 'Oggi',
monthNames: ['Gennaio','Febbraio','Marzo','Aprile','Maggio','Giugno',
- 'Luglio','Agosto','Settembre','Ottobre','Novembre','Dicembre'],
+ 'Luglio','Agosto','Settembre','Ottobre','Novembre','Dicembre'],
monthNamesShort: ['Gen','Feb','Mar','Apr','Mag','Giu',
- 'Lug','Ago','Set','Ott','Nov','Dic'],
+ 'Lug','Ago','Set','Ott','Nov','Dic'],
dayNames: ['Domenica','Luned&#236','Marted&#236','Mercoled&#236','Gioved&#236','Venerd&#236','Sabato'],
dayNamesShort: ['Dom','Lun','Mar','Mer','Gio','Ven','Sab'],
- dayNamesMin: ['Do','Lu','Ma','Me','Gio','Ve','Sa'],
+ dayNamesMin: ['Do','Lu','Ma','Me','Gi','Ve','Sa'],
dateFormat: 'dd/mm/yy',
firstDay: 1,
isRTL: false,