รวม code แก้ไข OP 3138, 3141, 2736, 2654
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
/* http://keith-wood.name/calendars.html
|
||||
Malayalam localisation for calendars datepicker for jQuery.
|
||||
Saji Nediyanchath (saji89@gmail.com). */
|
||||
(function($) {
|
||||
'use strict';
|
||||
$.calendarsPicker.regionalOptions.ml = {
|
||||
renderer: $.calendarsPicker.defaultRenderer,
|
||||
prevText: 'മുന്നത്തെ',
|
||||
prevStatus: '',
|
||||
prevJumpText: '<<',
|
||||
prevJumpStatus: '',
|
||||
nextText: 'അടുത്തത് ',
|
||||
nextStatus: '',
|
||||
nextJumpText: '>>',
|
||||
nextJumpStatus: '',
|
||||
currentText: 'ഇന്ന്',
|
||||
currentStatus: '',
|
||||
todayText: 'ഇന്ന്',
|
||||
todayStatus: '',
|
||||
clearText: 'X',
|
||||
clearStatus: '',
|
||||
closeText: 'ശരി',
|
||||
closeStatus: '',
|
||||
yearStatus: '',
|
||||
monthStatus: '',
|
||||
weekText: 'ആ',
|
||||
weekStatus: '',
|
||||
dayStatus: 'DD d MM',
|
||||
defaultStatus: '',
|
||||
isRTL: false
|
||||
};
|
||||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.ml);
|
||||
})(jQuery);
|
||||
Reference in New Issue
Block a user