hlship / tapx

Extensions to Tapestry 5
http://tapestry.formos.com/projects/tapx/
29 stars 7 forks source link

Minor fixes to the JSCalendar Italian localization #28

Closed lucam closed 13 years ago

lucam commented 13 years ago

In calendar-it.js Calendar._FD is not initalized (the calendar is not working at all), and August is mispelled (it should be "Agosto" and not "Augosto")

diff -r jscalendar-1.0/lang/calendar-it.js jscalendar-1.0-it-langfix/lang/calendar-it.js 
23c23
< 

---
> Calendar._FD = 1;
56c56
<  "Augosto",

---
>  "Agosto",