Security update for Core, with self-updated composer
[yaffs-website] / web / core / assets / vendor / jquery.ui / ui / i18n / datepicker-he.js
index 9b166135298c8044aa6875de20871f4240ae99ad..ec0707ff0d37c38442e0b23bc33ef019ccc4fcd1 100644 (file)
@@ -1,37 +1,4 @@
-/* Hebrew initialisation for the UI Datepicker extension. */
-/* Written by Amir Hardon (ahardon at gmail dot com). */
-(function( factory ) {
-       if ( typeof define === "function" && define.amd ) {
-
-               // AMD. Register as an anonymous module.
-               define([ "../datepicker" ], factory );
-       } else {
-
-               // Browser globals
-               factory( jQuery.datepicker );
-       }
-}(function( datepicker ) {
-
-datepicker.regional['he'] = {
-       closeText: 'סגור',
-       prevText: '<הקודם',
-       nextText: 'הבא>',
-       currentText: 'היום',
-       monthNames: ['ינואר','פברואר','מרץ','אפריל','מאי','יוני',
-       'יולי','אוגוסט','ספטמבר','אוקטובר','נובמבר','דצמבר'],
-       monthNamesShort: ['ינו','פבר','מרץ','אפר','מאי','יוני',
-       'יולי','אוג','ספט','אוק','נוב','דצמ'],
-       dayNames: ['ראשון','שני','שלישי','רביעי','חמישי','שישי','שבת'],
-       dayNamesShort: ['א\'','ב\'','ג\'','ד\'','ה\'','ו\'','שבת'],
-       dayNamesMin: ['א\'','ב\'','ג\'','ד\'','ה\'','ו\'','שבת'],
-       weekHeader: 'Wk',
-       dateFormat: 'dd/mm/yy',
-       firstDay: 0,
-       isRTL: true,
-       showMonthAfterYear: false,
-       yearSuffix: ''};
-datepicker.setDefaults(datepicker.regional['he']);
-
-return datepicker.regional['he'];
-
-}));
+/*! jQuery UI - v1.12.1 - 2017-03-31
+* http://jqueryui.com
+* Copyright jQuery Foundation and other contributors; Licensed  */
+!function(a){"function"==typeof define&&define.amd?define(["../widgets/datepicker"],a):a(jQuery.datepicker)}(function(a){return a.regional.he={closeText:"סגור",prevText:"<הקודם",nextText:"הבא>",currentText:"היום",monthNames:["ינואר","פברואר","מרץ","אפריל","מאי","יוני","יולי","אוגוסט","ספטמבר","אוקטובר","נובמבר","דצמבר"],monthNamesShort:["ינו","פבר","מרץ","אפר","מאי","יוני","יולי","אוג","ספט","אוק","נוב","דצמ"],dayNames:["ראשון","שני","שלישי","רביעי","חמישי","שישי","שבת"],dayNamesShort:["א'","ב'","ג'","ד'","ה'","ו'","שבת"],dayNamesMin:["א'","ב'","ג'","ד'","ה'","ו'","שבת"],weekHeader:"Wk",dateFormat:"dd/mm/yy",firstDay:0,isRTL:!0,showMonthAfterYear:!1,yearSuffix:""},a.setDefaults(a.regional.he),a.regional.he});
\ No newline at end of file