รวม code แก้ไข OP 3138, 3141, 2736, 2654
This commit is contained in:
25
wwwroot/lib/jquery.calendars/js/jquery.calendars-mt.js
Normal file
25
wwwroot/lib/jquery.calendars/js/jquery.calendars-mt.js
Normal file
@@ -0,0 +1,25 @@
|
||||
/* http://keith-wood.name/calendars.html
|
||||
Maltese localisation for Gregorian/Julian calendars for jQuery.
|
||||
Written by Chritian Sciberras (uuf6429@gmail.com). */
|
||||
(function($) {
|
||||
'use strict';
|
||||
$.calendars.calendars.gregorian.prototype.regionalOptions.mt = {
|
||||
name: 'Gregorian',
|
||||
epochs: ['BCE', 'CE'],
|
||||
monthNames: ['Jannar','Frar','Marzu','April','Mejju','Ġunju',
|
||||
'Lulju','Awissu','Settembru','Ottubru','Novembru','Diċembru'],
|
||||
monthNamesShort: ['Jan', 'Fra', 'Mar', 'Apr', 'Mej', 'Ġun',
|
||||
'Lul', 'Awi', 'Set', 'Ott', 'Nov', 'Diċ'],
|
||||
dayNames: ['Il-Ħadd', 'It-Tnejn', 'It-Tlieta', 'L-Erbgħa', 'Il-Ħamis', 'Il-Ġimgħa', 'Is-Sibt'],
|
||||
dayNamesShort: ['Ħad', 'Tne', 'Tli', 'Erb', 'Ħam', 'Ġim', 'Sib'],
|
||||
dayNamesMin: ['Ħ','T','T','E','Ħ','Ġ','S'],
|
||||
digits: null,
|
||||
dateFormat: 'dd/mm/yyyy',
|
||||
firstDay: 1,
|
||||
isRTL: false
|
||||
};
|
||||
if ($.calendars.calendars.julian) {
|
||||
$.calendars.calendars.julian.prototype.regionalOptions.mt =
|
||||
$.calendars.calendars.gregorian.prototype.regionalOptions.mt;
|
||||
}
|
||||
})(jQuery);
|
||||
Reference in New Issue
Block a user