thekingsimo / jquery-week-calendar

Automatically exported from code.google.com/p/jquery-week-calendar
0 stars 0 forks source link

better translate for dayNames and monthNames #31

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Better translation support

Two simple lines to make a better translation to arrays monthNames and
dayNames. I made the change in my version, but if grow a new version i not
need to worry about that.

if(options.dayNames) dayNames=options.dayNames;
if(options.monthNames) monthNames=options.monthNames;

Original issue reported on code.google.com by file...@gmail.com on 18 Jun 2009 at 6:19

GoogleCodeExporter commented 8 years ago

Original comment by robmo...@gmail.com on 19 Jun 2009 at 2:20

GoogleCodeExporter commented 8 years ago

Original comment by robmo...@gmail.com on 19 Jun 2009 at 6:08