parmarmayur9090 / jquery-datepicker

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

Dutch locale (minor correction) #274

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Dutch names of days and months are officially not capitalized.
content of date_nl.js should be:

Date.dayNames = ['zondag', 'maandag', 'dinsdag', 'woensdag', 'donderdag', 
'vrijdag', 'zaterdag'];
Date.abbrDayNames = ['zo', 'ma', 'di', 'wo', 'do', 'vr', 'za'];
Date.monthNames = ['januari', 'februari', 'maart', 'april', 'mei', 'juni', 
'juli', 'augustus', 'september', 'oktober', 'november', 'december'];
Date.abbrMonthNames = ['jan', 'feb', 'mrt', 'apr', 'mei', 'jun', 'jul', 'aug', 
'sep', 'okt', 'nov', 'dec'];

Greetings,
Tachi

Original issue reported on code.google.com by AytacBa...@gmail.com on 16 Apr 2011 at 2:42

GoogleCodeExporter commented 8 years ago
Thanks. It would be great if you could fork the repo on github [ 
https://github.com/vitch/jquery-methods ] and send a pull request - that's the 
easiest way for me to integrate a change... 

Original comment by kelvin.l...@gmail.com on 16 Apr 2011 at 11:01