รวม code แก้ไข OP 3138, 3141, 2736, 2654
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
/* http://keith-wood.name/calendars.html
|
||||
Tamil (UTF-8) localisation for calendars datepicker for jQuery.
|
||||
Written by S A Sureshkumar (saskumar@live.com). */
|
||||
(function($) {
|
||||
'use strict';
|
||||
$.calendarsPicker.regionalOptions.ta = {
|
||||
renderer: $.calendarsPicker.defaultRenderer,
|
||||
prevText: 'முன்னையது',
|
||||
prevStatus: '',
|
||||
prevJumpText: '<<',
|
||||
prevJumpStatus: '',
|
||||
nextText: 'அடுத்தது',
|
||||
nextStatus: '',
|
||||
nextJumpText: '>>',
|
||||
nextJumpStatus: '',
|
||||
currentText: 'இன்று',
|
||||
currentStatus: '',
|
||||
todayText: 'இன்று',
|
||||
todayStatus: '',
|
||||
clearText: 'அழி',
|
||||
clearStatus: '',
|
||||
closeText: 'மூடு',
|
||||
closeStatus: '',
|
||||
yearStatus: '',
|
||||
monthStatus: '',
|
||||
weekText: 'Wk',
|
||||
weekStatus: '',
|
||||
dayStatus: 'D, M d',
|
||||
defaultStatus: '',
|
||||
isRTL: false
|
||||
};
|
||||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.ta);
|
||||
})(jQuery);
|
||||
Reference in New Issue
Block a user