รวม code แก้ไข OP 3138, 3141, 2736, 2654

This commit is contained in:
Nakorn Rientrakrunchai
2020-08-11 16:13:02 +07:00
parent ecf60f7b5b
commit c980d4cc38
282 changed files with 21778 additions and 190 deletions

View File

@@ -0,0 +1,33 @@
/* http://keith-wood.name/calendars.html
Khmer initialisation for calendars datepicker for jQuery.
Written by Sovichet Tep (sovichet.tep@gmail.com). */
(function($) {
'use strict';
$.calendarsPicker.regionalOptions.km = {
renderer: $.calendarsPicker.defaultRenderer,
prevText: 'ថយ​ក្រោយ',
prevStatus: '',
prevJumpText: '<<',
prevJumpStatus: '',
nextText: 'ទៅ​មុខ',
nextStatus: '',
nextJumpText: '>>',
nextJumpStatus: '',
currentText: 'ថ្ងៃ​នេះ',
currentStatus: '',
todayText: 'ថ្ងៃ​នេះ',
todayStatus: '',
clearText: 'X',
clearStatus: '',
closeText: 'រួច​រាល់',
closeStatus: '',
yearStatus: '',
monthStatus: '',
weekText: 'Wk',
weekStatus: '',
dayStatus: 'DD d MM',
defaultStatus: '',
isRTL: false
};
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.km);
})(jQuery);