รวม code แก้ไข OP 3138, 3141, 2736, 2654
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
/* http://keith-wood.name/calendars.html
|
||||
Catalan localisation for calendars datepicker for jQuery.
|
||||
Writers: (joan.leon@gmail.com). */
|
||||
(function($) {
|
||||
'use strict';
|
||||
$.calendarsPicker.regionalOptions.ca = {
|
||||
renderer: $.calendarsPicker.defaultRenderer,
|
||||
prevText: '<Ant',
|
||||
prevStatus: '',
|
||||
prevJumpText: '<<',
|
||||
prevJumpStatus: '',
|
||||
nextText: 'Seg>',
|
||||
nextStatus: '',
|
||||
nextJumpText: '>>',
|
||||
nextJumpStatus: '',
|
||||
currentText: 'Avui',
|
||||
currentStatus: '',
|
||||
todayText: 'Avui',
|
||||
todayStatus: '',
|
||||
clearText: 'Netejar',
|
||||
clearStatus: '',
|
||||
closeText: 'Tancar',
|
||||
closeStatus: '',
|
||||
yearStatus: '',
|
||||
monthStatus: '',
|
||||
weekText: 'Wk',
|
||||
weekStatus: '',
|
||||
dayStatus: 'DD, M d',
|
||||
defaultStatus: '',
|
||||
isRTL: false
|
||||
};
|
||||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.ca);
|
||||
})(jQuery);
|
||||
Reference in New Issue
Block a user