Update jQuery to latest stable version

This commit is contained in:
Frédéric Guillot
2022-09-04 14:43:17 -07:00
committed by Frédéric Guillot
parent fa229bf03f
commit 84c7692710
89 changed files with 1831 additions and 1318 deletions

17
assets/vendor/jquery-ui/i18n/datepicker-ta.js vendored Executable file → Normal file
View File

@@ -1,6 +1,8 @@
/* Tamil (UTF-8) initialisation for the jQuery UI date picker plugin. */
/* Written by S A Sureshkumar (saskumar@live.com). */
( function( factory ) {
"use strict";
if ( typeof define === "function" && define.amd ) {
// AMD. Register as an anonymous module.
@@ -10,17 +12,18 @@
// Browser globals
factory( jQuery.datepicker );
}
}( function( datepicker ) {
} )( function( datepicker ) {
"use strict";
datepicker.regional.ta = {
closeText: "மூடு",
prevText: "முன்னையது",
nextText: "அடுத்தது",
currentText: "இன்று",
monthNames: [ "தை","மாசி","பங்குனி","சித்திரை","வைகாசி","ஆனி",
"ஆடி","ஆவணி","புரட்டாசி","ஐப்பசி","கார்த்திகை","மார்கழி" ],
monthNamesShort: [ "தை","மாசி","பங்","சித்","வைகா","ஆனி",
"ஆடி","ஆவ","புர","ஐப்","கார்","மார்" ],
monthNames: [ "தை", "மாசி", "பங்குனி", "சித்திரை", "வைகாசி", "ஆனி",
"ஆடி", "ஆவணி", "புரட்டாசி", "ஐப்பசி", "கார்த்திகை", "மார்கழி" ],
monthNamesShort: [ "தை", "மாசி", "பங்", "சித்", "வைகா", "ஆனி",
"ஆடி", "ஆவ", "புர", "ஐப்", "கார்", "மார்" ],
dayNames: [
"ஞாயிற்றுக்கிழமை",
"திங்கட்கிழமை",
@@ -39,7 +42,7 @@ datepicker.regional.ta = {
"வெள்ளி",
"சனி"
],
dayNamesMin: [ "ஞா","தி","செ","பு","வி","வெ","ச" ],
dayNamesMin: [ "ஞா", "தி", "செ", "பு", "வி", "வெ", "ச" ],
weekHeader: "Не",
dateFormat: "dd/mm/yy",
firstDay: 1,
@@ -50,4 +53,4 @@ datepicker.setDefaults( datepicker.regional.ta );
return datepicker.regional.ta;
} ) );
} );