Security update for Core, with self-updated composer
[yaffs-website] / web / core / assets / vendor / jquery.ui / ui / i18n / datepicker-hr.js
index e8b0414b5619a29514946d293593bf6ae6306ab8..2b53ea4632195e6a5c36b656f811a2154bd69217 100644 (file)
@@ -1,37 +1,4 @@
-/* Croatian i18n for the jQuery UI date picker plugin. */
-/* Written by Vjekoslav Nesek. */
-(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['hr'] = {
-       closeText: 'Zatvori',
-       prevText: '<',
-       nextText: '>',
-       currentText: 'Danas',
-       monthNames: ['Siječanj','Veljača','Ožujak','Travanj','Svibanj','Lipanj',
-       'Srpanj','Kolovoz','Rujan','Listopad','Studeni','Prosinac'],
-       monthNamesShort: ['Sij','Velj','Ožu','Tra','Svi','Lip',
-       'Srp','Kol','Ruj','Lis','Stu','Pro'],
-       dayNames: ['Nedjelja','Ponedjeljak','Utorak','Srijeda','Četvrtak','Petak','Subota'],
-       dayNamesShort: ['Ned','Pon','Uto','Sri','Čet','Pet','Sub'],
-       dayNamesMin: ['Ne','Po','Ut','Sr','Če','Pe','Su'],
-       weekHeader: 'Tje',
-       dateFormat: 'dd.mm.yy.',
-       firstDay: 1,
-       isRTL: false,
-       showMonthAfterYear: false,
-       yearSuffix: ''};
-datepicker.setDefaults(datepicker.regional['hr']);
-
-return datepicker.regional['hr'];
-
-}));
+/*! 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.hr={closeText:"Zatvori",prevText:"<",nextText:">",currentText:"Danas",monthNames:["Siječanj","Veljača","Ožujak","Travanj","Svibanj","Lipanj","Srpanj","Kolovoz","Rujan","Listopad","Studeni","Prosinac"],monthNamesShort:["Sij","Velj","Ožu","Tra","Svi","Lip","Srp","Kol","Ruj","Lis","Stu","Pro"],dayNames:["Nedjelja","Ponedjeljak","Utorak","Srijeda","Četvrtak","Petak","Subota"],dayNamesShort:["Ned","Pon","Uto","Sri","Čet","Pet","Sub"],dayNamesMin:["Ne","Po","Ut","Sr","Če","Pe","Su"],weekHeader:"Tje",dateFormat:"dd.mm.yy.",firstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""},a.setDefaults(a.regional.hr),a.regional.hr});
\ No newline at end of file