forked from fengyuanchen/datepicker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdatepicker.si-LK.js
17 lines (16 loc) · 1.34 KB
/
datepicker.si-LK.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('jquery')) :
typeof define === 'function' && define.amd ? define(['jquery'], factory) :
(factory(global.jQuery));
}(this, (function ($) {
'use strict';
$.fn.datepicker.languages['si-LK'] = {
format: 'yyyy/mm/dd',
days: ['ඉරිදා', 'සදුදා', 'අගහරුවදා', 'බදාදා', 'බ්රහස්පතින්දා', 'සිකුරාදා', 'සෙනසුරාදා'],
daysShort: ['ඉරිදා', 'සදුදා', 'අග', 'බදාදා', 'බ්රහස්', 'සිකු', 'සෙන'],
daysMin: ['ඉරිදා', 'සදුදා', 'අග', 'බදාදා', 'බ්රහස්', 'සිකු', 'සෙන'],
weekStart: 1,
months: ['ජනවාරි', 'පෙබරවාරි', 'මාර්තු', 'අප්රේල්', 'මැයි', 'ජුනි', 'ජූලි', 'අගෝස්තු', 'සැප්තැම්බර්', 'ඔක්තෝබර්', 'නොවැම්බර්', 'දෙසැම්බර්'],
monthsShort: ['ජන', 'පෙබ', 'මාර්තු', 'අප්රේල්', 'මැයි', 'ජුනි', 'ජූලි', 'අගෝ', 'සැප්', 'ඔක්', 'නොවැ', 'දෙසැ']
};
})));