Update jQuery to latest stable version
This commit is contained in:
committed by
Frédéric Guillot
parent
fa229bf03f
commit
84c7692710
23
assets/vendor/jquery-ui/i18n/datepicker-is.js
vendored
Executable file → Normal file
23
assets/vendor/jquery-ui/i18n/datepicker-is.js
vendored
Executable file → Normal file
@@ -1,6 +1,8 @@
|
||||
/* Icelandic initialisation for the jQuery UI date picker plugin. */
|
||||
/* Written by Haukur H. Thorsson (haukur@eskill.is). */
|
||||
( 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.is = {
|
||||
closeText: "Loka",
|
||||
prevText: "< Fyrri",
|
||||
nextText: "Næsti >",
|
||||
prevText: "Fyrri",
|
||||
nextText: "Næsti ",
|
||||
currentText: "Í dag",
|
||||
monthNames: [ "Janúar","Febrúar","Mars","Apríl","Maí","Júní",
|
||||
"Júlí","Ágúst","September","Október","Nóvember","Desember" ],
|
||||
monthNamesShort: [ "Jan","Feb","Mar","Apr","Maí","Jún",
|
||||
"Júl","Ágú","Sep","Okt","Nóv","Des" ],
|
||||
monthNames: [ "Janúar", "Febrúar", "Mars", "Apríl", "Maí", "Júní",
|
||||
"Júlí", "Ágúst", "September", "Október", "Nóvember", "Desember" ],
|
||||
monthNamesShort: [ "Jan", "Feb", "Mar", "Apr", "Maí", "Jún",
|
||||
"Júl", "Ágú", "Sep", "Okt", "Nóv", "Des" ],
|
||||
dayNames: [
|
||||
"Sunnudagur",
|
||||
"Mánudagur",
|
||||
@@ -30,8 +33,8 @@ datepicker.regional.is = {
|
||||
"Föstudagur",
|
||||
"Laugardagur"
|
||||
],
|
||||
dayNamesShort: [ "Sun","Mán","Þri","Mið","Fim","Fös","Lau" ],
|
||||
dayNamesMin: [ "Su","Má","Þr","Mi","Fi","Fö","La" ],
|
||||
dayNamesShort: [ "Sun", "Mán", "Þri", "Mið", "Fim", "Fös", "Lau" ],
|
||||
dayNamesMin: [ "Su", "Má", "Þr", "Mi", "Fi", "Fö", "La" ],
|
||||
weekHeader: "Vika",
|
||||
dateFormat: "dd.mm.yy",
|
||||
firstDay: 0,
|
||||
@@ -42,4 +45,4 @@ datepicker.setDefaults( datepicker.regional.is );
|
||||
|
||||
return datepicker.regional.is;
|
||||
|
||||
} ) );
|
||||
} );
|
||||
|
||||
Reference in New Issue
Block a user