Yii2 framework backup
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
1.4 KiB

/* Malayalam (UTF-8) initialisation for the jQuery UI date picker plugin. */
/* Written by Saji Nediyanchath (saji89@gmail.com). */
jQuery(function($){
$.datepicker.regional['ml'] = {
closeText: 'ശരി',
prevText: 'മനത',
nextText: 'അടതത ',
currentText: 'ഇന',
monthNames: ['ജനവരി','ഫവരി','മ','ഏപി','മ','ജ',
'ജ','ആഗസ','സബര','ഒകബര','നവബര','ഡിബര'],
monthNamesShort: ['ജന', 'ഫ', 'മ', 'ഏപി', 'മ', 'ജ',
'ജ', 'ആഗ', 'സ', 'ഒക', 'നവ', 'ഡിസ'],
dayNames: ['ഞയര', 'തികള', 'ചവ', 'ബധന', 'വ', 'വി', 'ശനി'],
dayNamesShort: ['ഞയ', 'തിക', 'ചവ', 'ബധ', 'വ', 'വി', 'ശനി'],
dayNamesMin: ['ഞ','തി','ച','ബ','വ','വ','ശ'],
weekHeader: 'ആ',
dateFormat: 'dd/mm/yy',
firstDay: 1,
isRTL: false,
showMonthAfterYear: false,
yearSuffix: ''};
$.datepicker.setDefaults($.datepicker.regional['ml']);
});