รวม code แก้ไข OP 3138, 3141, 2736, 2654
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
/* http://keith-wood.name/calendars.html
|
||||
Malaysian localisation for calendars datepicker for jQuery.
|
||||
Written by Mohd Nawawi Mohamad Jamili (nawawi@ronggeng.net). */
|
||||
(function($) {
|
||||
'use strict';
|
||||
$.calendarsPicker.regionalOptions.ms = {
|
||||
renderer: $.calendarsPicker.defaultRenderer,
|
||||
prevText: '<Sebelum',
|
||||
prevStatus: 'Tunjukkan bulan lepas',
|
||||
prevJumpText: '<<',
|
||||
prevJumpStatus: 'Tunjukkan tahun lepas',
|
||||
nextText: 'Selepas>',
|
||||
nextStatus: 'Tunjukkan bulan depan',
|
||||
nextJumpText: '>>',
|
||||
nextJumpStatus: 'Tunjukkan tahun depan',
|
||||
currentText: 'hari ini',
|
||||
currentStatus: 'Tunjukkan bulan terkini',
|
||||
todayText: 'hari ini',
|
||||
todayStatus: 'Tunjukkan bulan terkini',
|
||||
clearText: 'Padam',
|
||||
clearStatus: 'Padamkan tarikh terkini',
|
||||
closeText: 'Tutup',
|
||||
closeStatus: 'Tutup tanpa perubahan',
|
||||
yearStatus: 'Tunjukkan tahun yang lain',
|
||||
monthStatus: 'Tunjukkan bulan yang lain',
|
||||
weekText: 'Mg',
|
||||
weekStatus: 'Minggu bagi tahun ini',
|
||||
dayStatus: 'DD, d MM',
|
||||
defaultStatus: 'Sila pilih tarikh',
|
||||
isRTL: false
|
||||
};
|
||||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.ms);
|
||||
})(jQuery);
|
||||
Reference in New Issue
Block a user