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.
 
 
 
 
 

23 lines
1.5 KiB

/* Tamil (UTF-8) initialisation for the jQuery UI date picker plugin. */
/* Written by S A Sureshkumar (saskumar@live.com). */
jQuery(function($){
$.datepicker.regional['ta'] = {
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['ta']);
});