Update jQuery to latest stable version
This commit is contained in:
committed by
Frédéric Guillot
parent
fa229bf03f
commit
84c7692710
13
assets/vendor/jquery-ui/i18n/datepicker-cy-GB.js
vendored
Executable file → Normal file
13
assets/vendor/jquery-ui/i18n/datepicker-cy-GB.js
vendored
Executable file → Normal file
@@ -1,6 +1,8 @@
|
||||
/* Welsh/UK initialisation for the jQuery UI date picker plugin. */
|
||||
/* Written by William Griffiths. */
|
||||
( function( factory ) {
|
||||
"use strict";
|
||||
|
||||
if ( typeof define === "function" && define.amd ) {
|
||||
|
||||
// AMD. Register as an anonymous module.
|
||||
@@ -10,15 +12,16 @@
|
||||
// Browser globals
|
||||
factory( jQuery.datepicker );
|
||||
}
|
||||
}( function( datepicker ) {
|
||||
} )( function( datepicker ) {
|
||||
"use strict";
|
||||
|
||||
datepicker.regional[ "cy-GB" ] = {
|
||||
closeText: "Done",
|
||||
prevText: "Prev",
|
||||
nextText: "Next",
|
||||
currentText: "Today",
|
||||
monthNames: [ "Ionawr","Chwefror","Mawrth","Ebrill","Mai","Mehefin",
|
||||
"Gorffennaf","Awst","Medi","Hydref","Tachwedd","Rhagfyr" ],
|
||||
monthNames: [ "Ionawr", "Chwefror", "Mawrth", "Ebrill", "Mai", "Mehefin",
|
||||
"Gorffennaf", "Awst", "Medi", "Hydref", "Tachwedd", "Rhagfyr" ],
|
||||
monthNamesShort: [ "Ion", "Chw", "Maw", "Ebr", "Mai", "Meh",
|
||||
"Gor", "Aws", "Med", "Hyd", "Tac", "Rha" ],
|
||||
dayNames: [
|
||||
@@ -31,7 +34,7 @@ datepicker.regional[ "cy-GB" ] = {
|
||||
"Dydd Sadwrn"
|
||||
],
|
||||
dayNamesShort: [ "Sul", "Llu", "Maw", "Mer", "Iau", "Gwe", "Sad" ],
|
||||
dayNamesMin: [ "Su","Ll","Ma","Me","Ia","Gw","Sa" ],
|
||||
dayNamesMin: [ "Su", "Ll", "Ma", "Me", "Ia", "Gw", "Sa" ],
|
||||
weekHeader: "Wy",
|
||||
dateFormat: "dd/mm/yy",
|
||||
firstDay: 1,
|
||||
@@ -42,4 +45,4 @@ datepicker.setDefaults( datepicker.regional[ "cy-GB" ] );
|
||||
|
||||
return datepicker.regional[ "cy-GB" ];
|
||||
|
||||
} ) );
|
||||
} );
|
||||
|
||||
Reference in New Issue
Block a user