forked from OpenPDU/openpdu
first mockup in go
This commit is contained in:
17
static/bower_components/bootstrap-datepicker/js/locales/bootstrap-datepicker.en-NZ.js
vendored
Normal file
17
static/bower_components/bootstrap-datepicker/js/locales/bootstrap-datepicker.en-NZ.js
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
/**
|
||||
* New Zealand English translation for bootstrap-datepicker
|
||||
*/
|
||||
;(function($){
|
||||
$.fn.datepicker.dates['en-NZ'] = {
|
||||
days: ["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"],
|
||||
daysShort: ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"],
|
||||
daysMin: ["Su", "Mo", "Tu", "We", "Th", "Fr", "Sa"],
|
||||
months: ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"],
|
||||
monthsShort: ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"],
|
||||
today: "Today",
|
||||
monthsTitle: "Months",
|
||||
clear: "Clear",
|
||||
weekStart: 1,
|
||||
format: "d/mm/yyyy"
|
||||
};
|
||||
}(jQuery));
|
||||
Reference in New Issue
Block a user