1/*==================================================
2 *  Localization of labellers.js
3 *==================================================
4 */
5
6/* The Dutch do not capitalize months
7*/
8
9Timeline.GregorianDateLabeller.monthNames["nl"] = [
10 "jan", "feb", "mrt", "apr", "mei", "jun", "jul", "aug", "sep", "okt", "nov", "dec"
11];
12